I'm going to wait until we have python versions 3.4 and 3.5 passing before merging this
What's the context for this pull request?(this is a good place to reference any issues that this PR addresses)
Since we aren't testing the actual behaviour of the code in these regression tests, only that they continue to do what they used to, it is sufficient to save hashes of the files rather than the files themselves
What's new?
We've removed all the 'gold standard'files for regression tests and replaced them with a single pickled hash dictionary. We've also updated the code to test the equality of these hashes, rather than testing the equality of files.
What should a reviewer feedback on?
Does anything need to be updated after merge?(e.g the wiki or the WhitakerLab website)
I'm going to wait until we have python versions 3.4 and 3.5 passing before merging this
What's the context for this pull request? (this is a good place to reference any issues that this PR addresses)
Since we aren't testing the actual behaviour of the code in these regression tests, only that they continue to do what they used to, it is sufficient to save hashes of the files rather than the files themselves
What's new?
We've removed all the 'gold standard'files for regression tests and replaced them with a single pickled hash dictionary. We've also updated the code to test the equality of these hashes, rather than testing the equality of files.
What should a reviewer feedback on?
Does anything need to be updated after merge? (e.g the wiki or the WhitakerLab website)