Reproducibility improvements #19
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
remodnav/paper!19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "reproducibility-improvements"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A few improvements to allow generating the manuscript without computations (by including the figures), and to improve the reproducibility of the figures, by removing time stamps and making SVG identifiers deterministic.
If you could sanity check this, @mih, I'd be very grateful
Do you have any objections to specifying precise software versions of the python packages, @mih? I may add this to this PR
This makes a lot of sense! Thx!
@ -32,1 +32,4 @@# configure matplotlib for deterministically named SVG identifiers.from matplotlib import rcParamsrcParams['svg.hashsalt'] = 43Wouldn't it be 42? ;-)
@ -32,1 +32,4 @@# configure matplotlib for deterministically named SVG identifiers.from matplotlib import rcParamsrcParams['svg.hashsalt'] = 43I wanted to surprise people ;-)
In the virtual env setup to attempt to recreate the one we had around the time of submission? Why not, indeed!
Okay, I made some slight changes and force-pushed
I'll merge this now