Issue with fitting data #12
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: ivan-usov
Trying to fit test data in
zebra2020n000039.ccl
, measurement 19, yields the following error:Checking the values in
result
shows thatresult.params["g_amp"].stderr
isNone
, which causes an exception inu.ufloat
.Probably, the order of code needs an adjustment, because right after there is the check for
result.params["g_amp"].stderr
beingNone
:18ba623fd8/pyzebra/fit2.py (L138)
Created by: ivan-usov
Fixed in
6722ee601e