Skip to content

Commit

Permalink
Push massive test
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-ragonnet committed Sep 20, 2023
1 parent 3aac722 commit bf485d5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions user/rragonnet/massivetest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from autumn.projects.sm_covid2.common_school.calibration import get_bcm_object
import multiprocessing as mp

if __name__ == "__main__":
print("Start job")
mp.set_start_method("forkserver")
bcm = get_bcm_object("FRA", 'main')
for p in bcm.priors:
print(p)

print("success!!!")

0 comments on commit bf485d5

Please sign in to comment.