Closed ageorgou closed 2 years ago
With regards to make clean
removing the data
subdirectory, it looks like this was originally added by James H prior to @edlowther updating the exemplar notebook (with just a subsequent change by @dpshelio to adjust for changed directory structure) so I suspect it can (and should) be removed.
Is that better dealt with in a separate PR? I noticed there's another CSV file produced from running the notebooks that is not clean
ed (I guess a more recent addition) so perhaps better tackled together. But I can make the change for the data/
directory here too if preferable.
Is that better dealt with in a separate PR? I noticed there's another CSV file produced from running the notebooks that is not
clean
ed (I guess a more recent addition) so perhaps better tackled together. But I can make the change for thedata/
directory here too if preferable.
Yeah I think we can probably do that in a separate PR and make sure we're removing all the generated artefacts / not removing anything else we don't want to! Happy for this to be merged.
For #43, although does not address the question of whether the directory should be removed with
make clean
.Have checked locally that this adds the files in the zip with no other apparent differences.