montefiore-institute / balanced-nre

Code for the paper "Towards Reliable Simulation-Based Inference with Balanced Neural Ratio Estimation".
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Config file for Gravitational Waves missing #5

Closed macio232 closed 1 year ago

macio232 commented 1 year ago

Hi,

When I try to run the Gravitational Waves pipeline, I get the following error:

ValueError: Cannot open file [...]/site-packages/hypothesis/benchmark/gravitational_waves/config_file.ini

because the file doesn't exist. I know this is an issue related to hypothesis but I decided to ask here to give a better context.

Thank you in advance :) macio232

JoeriHermans commented 1 year ago

https://github.com/montefiore-ai/hypothesis/blob/0.4.0/hypothesis/benchmark/gravitational_waves/config_file.ini

Should have been there. Probably because we cloned the repo, and manually ran pip install -e .. Can you check if this works for you? I'll close the issue if it's OK.

macio232 commented 1 year ago

Yes, the file is where it is supposed to be when installing from the source in editable mode. Thank you!