-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
776cd3f
commit 86160ba
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
0 7 * * * python bin/update_mappings.py mapping_dictionaries.ipynb >> /var/log/intake.stdinout 2>&1 | ||
0 8 * * * python bin/generate_plots.py mode_purpose_share.ipynb prepilot >> /var/log/intake.stdinout 2>&1 | ||
0 8 * * * python bin/generate_plots.py ebike_specific_metrics.ipynb prepilot >> /var/log/intake.stdinout 2>&1 | ||
0 8 * * * python bin/generate_plots.py energy_calculations.ipynb prepilot >> /var/log/intake.stdinout 2>&1 | ||
0 8 * * * python bin/generate_plots.py generic_metrics_ebike_project.ipynb prepilot >> /var/log/intake.stdinout 2>&1 | ||
0 8 * * * python bin/generate_plots.py timeseries_analysis.ipynb prepilot >> /var/log/intake.stdinout 2>&1 | ||
0 8 * * * python bin/generate_plots.py mode_purpose_share.ipynb default >> /var/log/intake.stdinout 2>&1 | ||
0 8 * * * python bin/generate_plots.py ebike_specific_metrics.ipynb default >> /var/log/intake.stdinout 2>&1 | ||
0 8 * * * python bin/generate_plots.py energy_calculations.ipynb default >> /var/log/intake.stdinout 2>&1 | ||
0 8 * * * python bin/generate_plots.py generic_metrics_ebike_project.ipynb default >> /var/log/intake.stdinout 2>&1 | ||
0 8 * * * python bin/generate_plots.py timeseries_analysis.ipynb default >> /var/log/intake.stdinout 2>&1 | ||
# For testing only | ||
# */5 * * * * python bin/generate_plots.py mode_purpose_share.ipynb prepilot >> /var/log/intake.stdinout 2>&1 | ||
# */5 * * * * python bin/generate_plots.py mode_purpose_share.ipynb default >> /var/log/intake.stdinout 2>&1 |