Reproducibility improvements #19

Merged
adswa merged 4 commits from reproducibility-improvements into master 2021-09-14 09:33:06 +00:00
adswa commented 2021-09-13 09:16:23 +00:00 (Migrated from github.com)

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

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
adswa commented 2021-09-14 05:46:05 +00:00 (Migrated from github.com)

Do you have any objections to specifying precise software versions of the python packages, @mih? I may add this to this PR

Do you have any objections to specifying precise software versions of the python packages, @mih? I may add this to this PR
mih (Migrated from github.com) approved these changes 2021-09-14 05:48:00 +00:00
mih (Migrated from github.com) left a comment

This makes a lot of sense! Thx!

This makes a lot of sense! Thx!
@ -32,1 +32,4 @@
# configure matplotlib for deterministically named SVG identifiers.
from matplotlib import rcParams
rcParams['svg.hashsalt'] = 43
mih (Migrated from github.com) commented 2021-09-14 05:47:12 +00:00

Wouldn't it be 42? ;-)

Wouldn't it be 42? ;-)
adswa (Migrated from github.com) reviewed 2021-09-14 05:48:47 +00:00
@ -32,1 +32,4 @@
# configure matplotlib for deterministically named SVG identifiers.
from matplotlib import rcParams
rcParams['svg.hashsalt'] = 43
adswa (Migrated from github.com) commented 2021-09-14 05:48:46 +00:00

I wanted to surprise people ;-)

I wanted to surprise people ;-)
mih commented 2021-09-14 05:48:54 +00:00 (Migrated from github.com)

Do you have any objections to specifying precise software versions of the python packages, @mih? I may add this to this PR

In the virtual env setup to attempt to recreate the one we had around the time of submission? Why not, indeed!

> Do you have any objections to specifying precise software versions of the python packages, @mih? I may add this to this PR In the virtual env setup to attempt to recreate the one we had around the time of submission? Why not, indeed!
adswa commented 2021-09-14 06:41:28 +00:00 (Migrated from github.com)

Okay, I made some slight changes and force-pushed

Okay, I made some slight changes and force-pushed
adswa commented 2021-09-14 09:33:01 +00:00 (Migrated from github.com)

I'll merge this now

I'll merge this now
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
remodnav/paper!19
No description provided.