We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I had to make the following changes to the setup:
git clone
pip install -e . dataprocessing
setup.py
make preprocess-data
make environment
make environemt
Seems like data-generation process ran without issues after fixing the above though, so super-nice!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.pip install -e . dataprocessing
, no? At least the current setup failed due to not findingsetup.py
but changing to what I suggest fixes it andmake preprocess-data
works just fine after.make environment
fails for some reason, then it won't be possible to executemake 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!
The text was updated successfully, but these errors were encountered: