ScottishCovidResponse / SCRCIssueTracking

Central issue tracking repository for all repos in the consortium
6 stars 0 forks source link

Make first steps towards reproducibility #15

Open jwscook opened 4 years ago

jwscook commented 4 years ago

The zeroth order solution is to using JLD2

filecontents = [i for i in readlines(open(@__FILE__))]
using JLD2

simulation_output  = Simulation() # change as necessary

@save "file-name.jld" filecontents simulation_output
jwscook commented 4 years ago

See also #17 #16

eperim commented 4 years ago

Can this be closed in light of https://github.com/ScottishCovidResponse/Simulation.jl/pull/17 ?

jwscook commented 4 years ago

This is a slightly wider as we need to somehow include provenance of input data alongside the run scripts. @claireh93 I'm not sure what input data is required so can't add any further information unfortunately.