Tom Baxter

Results 6 comments of Tom Baxter

@cslzchen 1. OK 2. I don't think so. The Dicom files are the files that are in demand. 3. The temporary files are [removed at the beginning of each](https://github.com/CenterForOpenScience/modular-file-renderer/pull/265/files#diff-6cff6b3c622bc3d1a45bc167eeb46250R24) run...

Keep in mind that the files MFR downloads get named with a UUID, so overlap is extremely unlikely.

After discussing with @cslzchen , I understand his concern is that if two renderers try to delete a file that one will error since the other would have already deleted...

Looked easy, so I just quick did it. https://github.com/IQSS/dataverse-client-python/pull/37 Cheers On Wed, Sep 14, 2016 at 2:29 PM, Philip Durbin [email protected] wrote: > @TomBaxter https://github.com/TomBaxter are you interested in taking...

Assuming demo.dataverse.org has the same API as apitest.dataverse.org did this seems to me safe to merge. Getting Travis tests to pass seems like a high priority. Unfortunately, I don't yet...

@pdurbin Are there specific versions of python that dataverse supports? The reason I ask is because the latest version of flake8 requires python>=2.7, but the .travis.yml file tests python 2.6,...