Skip to content
Snippets Groups Projects
Commit 29f5797e authored by Maël Madon's avatar Maël Madon
Browse files

few fixes

parent 42c94f58
No related branches found
No related tags found
No related merge requests found
sched_input/*.json
workload/*
!workload/empty_workload.json
!workload/start_days_for_campaign2.txt
*.ipynb_checkpoints
*__pycache__/
out/*
out*
cache_nix
......@@ -46,7 +46,7 @@ with concurrent.futures.ProcessPoolExecutor() as executor:
print(f"Submit expe {i}")
# start_instance(expe_num, start_date, prepare_workload, clean_log)
instances.append(executor.submit(
start_instance, i, expe_start_time[i], False, True))
start_instance, i, expe_start_time[i], True, True))
for instance in concurrent.futures.as_completed(instances):
print(f"Expe {instance.result()} terminated")
......@@ -2,5 +2,5 @@
cd ~/demand-response-user
source scripts/install_nix.sh
nix-shell --pure -A exp_env --run "python3 campaign1.py"
nix-shell --pure -A exp_env --run "python3 campaign2.py"
Sun Jun 1 00:00:00 2014
Mon Jun 2 00:00:00 2014
Tue Jun 3 00:00:00 2014
Wed Jun 4 00:00:00 2014
Thu Jun 5 00:00:00 2014
Sun Jun 8 00:00:00 2014
Mon Jun 9 00:00:00 2014
Tue Jun 10 00:00:00 2014
Wed Jun 11 00:00:00 2014
Thu Jun 12 00:00:00 2014
Sun Jun 15 00:00:00 2014
Mon Jun 16 00:00:00 2014
Tue Jun 17 00:00:00 2014
Wed Jun 18 00:00:00 2014
Thu Jun 19 00:00:00 2014
Sun Jun 22 00:00:00 2014
Mon Jun 23 00:00:00 2014
Tue Jun 24 00:00:00 2014
Wed Jun 25 00:00:00 2014
Thu Jun 26 00:00:00 2014
Sun Jun 29 00:00:00 2014
Mon Jun 30 00:00:00 2014
Tue Jul 1 00:00:00 2014
Wed Jul 2 00:00:00 2014
Thu Jul 3 00:00:00 2014
Sun Jul 6 00:00:00 2014
Mon Jul 7 00:00:00 2014
Tue Jul 8 00:00:00 2014
Wed Jul 9 00:00:00 2014
Thu Jul 10 00:00:00 2014
Sun Jul 13 00:00:00 2014
Mon Jul 14 00:00:00 2014
Tue Jul 15 00:00:00 2014
Wed Jul 16 00:00:00 2014
Thu Jul 17 00:00:00 2014
Sun Jul 20 00:00:00 2014
Mon Jul 21 00:00:00 2014
Tue Jul 22 00:00:00 2014
Wed Jul 23 00:00:00 2014
Thu Jul 24 00:00:00 2014
Sun Jul 27 00:00:00 2014
Mon Jul 28 00:00:00 2014
Tue Jul 29 00:00:00 2014
Wed Jul 30 00:00:00 2014
Thu Jul 31 00:00:00 2014
Sun Aug 3 00:00:00 2014
Mon Aug 4 00:00:00 2014
Tue Aug 5 00:00:00 2014
Wed Aug 6 00:00:00 2014
Thu Aug 7 00:00:00 2014
Sun Aug 10 00:00:00 2014
Mon Aug 11 00:00:00 2014
Tue Aug 12 00:00:00 2014
Wed Aug 13 00:00:00 2014
Thu Aug 14 00:00:00 2014
Sun Aug 17 00:00:00 2014
Mon Aug 18 00:00:00 2014
Tue Aug 19 00:00:00 2014
Wed Aug 20 00:00:00 2014
Thu Aug 21 00:00:00 2014
Sun Aug 24 00:00:00 2014
Mon Aug 25 00:00:00 2014
Tue Aug 26 00:00:00 2014
Wed Aug 27 00:00:00 2014
Thu Aug 28 00:00:00 2014
Sun Aug 31 00:00:00 2014
Mon Sep 1 00:00:00 2014
Tue Sep 2 00:00:00 2014
Wed Sep 3 00:00:00 2014
Thu Sep 4 00:00:00 2014
Sun Sep 7 00:00:00 2014
Mon Sep 8 00:00:00 2014
Tue Sep 9 00:00:00 2014
Wed Sep 10 00:00:00 2014
Thu Sep 11 00:00:00 2014
Sun Sep 14 00:00:00 2014
Mon Sep 15 00:00:00 2014
Tue Sep 16 00:00:00 2014
Wed Sep 17 00:00:00 2014
Thu Sep 18 00:00:00 2014
Sun Sep 21 00:00:00 2014
Mon Sep 22 00:00:00 2014
Tue Sep 23 00:00:00 2014
Wed Sep 24 00:00:00 2014
Thu Sep 25 00:00:00 2014
Sun Sep 28 00:00:00 2014
Mon Sep 29 00:00:00 2014
Tue Sep 30 00:00:00 2014
Wed Oct 1 00:00:00 2014
Thu Oct 2 00:00:00 2014
Sun Oct 5 00:00:00 2014
Mon Oct 6 00:00:00 2014
Tue Oct 7 00:00:00 2014
Wed Oct 8 00:00:00 2014
Thu Oct 9 00:00:00 2014
Sun Oct 12 00:00:00 2014
Mon Oct 13 00:00:00 2014
Tue Oct 14 00:00:00 2014
Wed Oct 15 00:00:00 2014
Thu Oct 16 00:00:00 2014
Sun Oct 19 00:00:00 2014
Mon Oct 20 00:00:00 2014
Tue Oct 21 00:00:00 2014
Wed Oct 22 00:00:00 2014
Thu Oct 23 00:00:00 2014
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment