I had to make the following changes to the setup:
git clone in https://github.com/oxcsml/Rmap/blob/fdbdf5bb2c29e73c23141536926a8cf6d222545f/Makefile#L6 failed because folder already existed.
- It seems to me like https://github.com/oxcsml/Rmap/blob/fdbdf5bb2c29e73c23141536926a8cf6d222545f/Makefile#L7 should actually be
pip install -e . dataprocessing, no? At least the current setup failed due to not finding setup.py but changing to what I suggest fixes it and make preprocess-data works just fine after.
- If
make environment fails for some reason, then it won't be possible to execute make environemt again without removing the first line (https://github.com/oxcsml/Rmap/blob/fdbdf5bb2c29e73c23141536926a8cf6d222545f/Makefile#L5). No biggie, but might be something you want to change when making it public.
Seems like data-generation process ran without issues after fixing the above though, so super-nice!
I had to make the following changes to the setup:
git clonein https://github.com/oxcsml/Rmap/blob/fdbdf5bb2c29e73c23141536926a8cf6d222545f/Makefile#L6 failed because folder already existed.pip install -e . dataprocessing, no? At least the current setup failed due to not findingsetup.pybut changing to what I suggest fixes it andmake preprocess-dataworks just fine after.make environmentfails for some reason, then it won't be possible to executemake environemtagain without removing the first line (https://github.com/oxcsml/Rmap/blob/fdbdf5bb2c29e73c23141536926a8cf6d222545f/Makefile#L5). No biggie, but might be something you want to change when making it public.Seems like data-generation process ran without issues after fixing the above though, so super-nice!