Skip to content
New issue

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

42 make pseudobatch installation independent of cmdstan #43

Merged

Conversation

viktorht
Copy link
Contributor

Running pip install pseudobatch now does not require CmdStan or cmdstanpy. Thus, this also does not install the dependencies for the error_propagation module. If a user wishes to use the run_error_propagation function they need to install cmdstanpy, and CmdStan and then run pip install pseudobatch[error_propagation]. This change is made because we believe that most users will not use the error_propagation module and there they should not be required to install cmdstan.

viktorht added 5 commits May 16, 2024 14:34
Created a separate module for the error_propagation. Files paths and imports are altered to fit new setup.

This version was tested by locally install the package in fresh venv and run test_integration and test_unit
@viktorht viktorht linked an issue May 18, 2024 that may be closed by this pull request
@viktorht viktorht merged commit 5885b90 into main May 18, 2024
3 checks passed
@viktorht viktorht deleted the 42-make-pseudobatch-installation-independent-of-cmdstan branch May 18, 2024 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make pseudobatch installation independent of CmdStan
1 participant