We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10df54 commit 4a5e94aCopy full SHA for 4a5e94a
2 files changed
python_tests/test_files/loop_algorithm_input.json
@@ -1172,7 +1172,7 @@
1172
"sensitivity" : [
1173
{
1174
"endDate" : "2023-10-17T05:00:00Z",
1175
- "startDate" : "2023-10-17T04:49:07Z",
+ "startDate" : "2023-10-10T04:49:07Z",
1176
"value" : 63
1177
},
1178
python_tests/tests.py
@@ -1,5 +1,4 @@
1
import json
2
-import pandas as pd
3
from loop_to_python_api.api import (
4
initialize_exception_handlers,
5
generate_prediction,
0 commit comments