-
I made these suggestions separate from the material in my PR (#30) because they seemed more discussion based or bigger than anything I modified in the PR.
# GENERAL COMMENTS
A general note is so…
-
The latest wheel on PyPI is for Python 3.6. It would be nice to have wheels for more recent Pythons.
Follow-up to #224.
-
Would it possible to run ReproZip for part of a python script?
To elaborate a bit... we are developing a tool whereby users would specify multiple parameters, and based on this different models and…
-
When I try to run `reprozip trace file.py` I am getting:
```
[REPROZIP] 18:29:48.443 CRITICAL: couldn't execute the target command (execvp returned): No such file or directory
[REPROZIP] 18:29:48.4…
-
I always assumed that noone in their right mind would call a setup.py script from another directory. pip does. I had to do [this change](https://github.com/ViDA-NYU/reprozip/commit/a4f4dcde96d1ce90add…
-
In the README example, minimizing the docker using reprozip only gives the example where one command is used, `cmd="antsMotionCorr -d 3 -a /home/func.nii.gz -o /home/func_avg.nii.gz"`.
The associat…
-
When minimizing the existing Docker image using neurodocker/reprounzip, is there a way to clear the input and output data used/created when generating the trace? By default these are part of the minim…
NPann updated
5 years ago
-
Suppose I install `virtualenv 1.10.1` with `pip 1.4.1` on a Debian system with Python 2.7.4, but without the `python-dev` library. Therefore, I will be unable to build the `numpy` package because I do…
-
A significant portion of my ownership plot is taken from contributors whose files I deleted.
To reproduce:
```
hercules --burndown --burndown-people --pb https://github.com/VIDA-NYU/reprozip \
|…
-
Right now, to store and share replications and reproductions, [we use a special-purpose repository called "REMARK: Replications and Explorations Made using the ARK"](https://github.com/econ-ark/REMARK…