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
using
importlib_metadata 8.0.0 importlib_resources 6.4.0
breaks importing files
in mcmc.ipynb, load_hymod_input_file() fails because it looks at the virtual environment rather than the msdbook/data dir
mcmc.ipynb
load_hymod_input_file()
msdbook/data
works with the older versions
importlib-metadata 4.11.3 importlib-resources 5.7.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
using
breaks importing files
in
mcmc.ipynb
,load_hymod_input_file()
fails because it looks at the virtual environment rather than themsdbook/data
dirworks with the older versions
The text was updated successfully, but these errors were encountered: