-
Notifications
You must be signed in to change notification settings - Fork 1
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
Transfer from DCS contrib to jupyter notebook yields error #44
Comments
Huh, you got me. I didn't test that code. The error was probably in this block, right? calibr8.fit_scipy(
cmodel,
independent=cal_independent,
dependent=cal_dependent,
theta_guess=[0.0, 1.0, 0.1],
theta_bounds=[
(-5.0, 5.0),
(-1.0, 10.0),
(0.001, 1.0),
],
) Try to change these two lines: independent=cal_independent.to_numpy(),
dependent=cal_dependent.to_numpy(), if you can confirm that this change works, I'll fix it ASAP. |
So it wants an even more negative symmetry parameter... But with this dataset, did you consider the (Nevertheless, your data looks ...challenging...) |
challenging might be an understatement :D I'll take a look, thanks for the suggestion! |
Underlying issue in another project was closed by a Merge Request in that project. |
Copying the code from DCS contrib server yields the error in the screenshot
⚠ This issue is about FZJ-internal code.
The text was updated successfully, but these errors were encountered: