Open iantei opened 1 month ago
Testing Scenario:
Dataset used: cortezebikes
```
(emission) root@c33ea8d5a944:/usr/src/app/saved-notebooks# PYTHONPATH=.. python bin/generate_plots.py generic_metrics.ipynb default
/usr/src/app/saved-notebooks/bin/generate_plots.py:31: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if r.status_code is not 200:
About to download config from https://raw.githubusercontent.com/e-mission/nrel-openpath-deploy-configs/main/configs/cortezebikes.nrel-op.json
Successfully downloaded config with version 1 for Cortez 55+ eBike Program and data collection URL https://cortezebikes-openpath.nrel.gov/api/
Labels loading was successful for nrel-openpath-deploy-configs: cortezebikes
Running at 2024-10-04T18:01:29.158752+00:00 with args Namespace(plot_notebook='generic_metrics.ipynb', program='default', date=None) for range (
Results:
Charts for Cortezebikes |
---|
All charts are loading properly.
Testing Scenario:
Dataset used: usaid-laos-ev
```
(emission) root@15491ffa123c:/usr/src/app/saved-notebooks# PYTHONPATH=.. python bin/generate_plots.py generic_metrics.ipynb default
/usr/src/app/saved-notebooks/bin/generate_plots.py:31: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if r.status_code is not 200:
About to download config from https://raw.githubusercontent.com/e-mission/nrel-openpath-deploy-configs/main/configs/usaid-laos-ev.nrel-op.json
Successfully downloaded config with version 1 for USAID-NREL Support for Electric Vehicle Readiness and data collection URL https://USAID-laos-EV-openpath.nrel.gov/api/
Dynamic labels download was successful for nrel-openpath-deploy-configs: usaid-laos-ev
Running at 2024-10-07T18:29:43.300797+00:00 with args Namespace(plot_notebook='generic_metrics.ipynb', program='default', date=None) for range (
Note: We cannot run the modespecific notebooks and surveynotebook since this is not a program or a survey related study.
Results:
Charts for usaid-laos-ev |
---|
All charts are loading properly.
Tested for both configuration of default labels
i.e. cortezebikes which is a program, and custom labels
i.e. usaid-laos-ev which is a study.