Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make first steps towards reproducibility #15

Open
jwscook opened this issue Apr 24, 2020 · 3 comments
Open

Make first steps towards reproducibility #15

jwscook opened this issue Apr 24, 2020 · 3 comments
Assignees
Labels
Domain Expert To be done by domain expert (as opposed to RSE) RSE To be done by an RSE Simulation.jl

Comments

@jwscook
Copy link
Contributor

jwscook commented Apr 24, 2020

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 jwscook added Simulation.jl RSE To be done by an RSE Domain Expert To be done by domain expert (as opposed to RSE) labels Apr 24, 2020
@jwscook
Copy link
Contributor Author

jwscook commented Apr 29, 2020

See also #17 #16

@eperim
Copy link

eperim commented May 5, 2020

Can this be closed in light of ScottishCovidResponse/EcoSISTEM.jl#17 ?

@jwscook
Copy link
Contributor Author

jwscook commented May 6, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Domain Expert To be done by domain expert (as opposed to RSE) RSE To be done by an RSE Simulation.jl
Projects
None yet
Development

No branches or pull requests

2 participants