-
Notifications
You must be signed in to change notification settings - Fork 8
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
Attempted import of GaussPriorNew causes failure #20
Comments
7 tasks
Hi Howard,
The GaussPriorNew.py should not be in __init__.py. I am going to fix it. It takes some time however to resolve it.
For now you can comment it out.
Thanks for the notification.
Do Kester.
|
It's killing our builds of the JWST calibration pipeline pkg, so we've just pinned the version of |
The offending line has been removed; and also a test which addressed GaussPriorNew. |
Close |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the 3.1.0 release that was just released, the import at https://github.com/dokester/BayesicFitting/blob/master/BayesicFitting/__init__.py#L27 is causing failures, because there isn't a source module called
GaussPriorNew
, onlyGaussPrior
.The text was updated successfully, but these errors were encountered: