NTD-Modelling-Consortium / ntd-model-sch

NTD SCH model
MIT License
0 stars 6 forks source link

Fix parallel fitting editing same file #69

Closed thk123 closed 2 months ago

thk123 commented 2 months ago

Each run writes out the parameters it read into this file and then reads it back in. Therefore each job needs to write and read from its own file

Ideally the jobs would not need to write to a file. It also seems like maybe it is the same across all jobs - will raise an issue to tidy this up.