Skip to content

Commit 4a5e94a

Browse files
committed
Trying to fix test error
1 parent f10df54 commit 4a5e94a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

python_tests/test_files/loop_algorithm_input.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@
11721172
"sensitivity" : [
11731173
{
11741174
"endDate" : "2023-10-17T05:00:00Z",
1175-
"startDate" : "2023-10-17T04:49:07Z",
1175+
"startDate" : "2023-10-10T04:49:07Z",
11761176
"value" : 63
11771177
},
11781178
{

python_tests/tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import json
2-
import pandas as pd
32
from loop_to_python_api.api import (
43
initialize_exception_handlers,
54
generate_prediction,

0 commit comments

Comments
 (0)