File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 57
57
- name : Run pse notifier
58
58
run : |
59
59
echo "Running PSE notifier"
60
- python outage-data-analysis/ expand.py -r pse-outage -i -o output_files -l 2 pse-outage\pse-events.json
61
- python outage-data-analysis/ create_outages_dataframe.py -l -d pse-outage/output_files -u pse -o output_files/pse_outages_dataframe.csv
62
- python outage-data-analysis/ analyze_current_outages.py -f output_files/pse_outages_dataframe.csv -l .5 -c 1 -e .1 -u pse --telegram-token "<token>" --telegram-chat-id "-1003012377346" --telegram-thread-id "2" --geocode-api-key "689c04ea91cf4154626975qcz13eb93"
60
+ python expand.py -r pse-outage -i -o output_files -l 2 pse-outage\pse-events.json
61
+ python create_outages_dataframe.py -l -d pse-outage/output_files -u pse -o output_files/pse_outages_dataframe.csv
62
+ python analyze_current_outages.py -f output_files/pse_outages_dataframe.csv -l .5 -c 1 -e .1 -u pse --telegram-token "<token>" --telegram-chat-id "-1003012377346" --telegram-thread-id "2" --geocode-api-key "689c04ea91cf4154626975qcz13eb93"
You can’t perform that action at this time.
0 commit comments