You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I do get a warning like this one on write... but have no clue where it's coming from.
I think the warning message should also contain the object to which it refers.
lvsltz
changed the title
Value with data type is being converted to
Include object name in UserWarning "Value with data type x is being converted to y"
Mar 11, 2020
The culprit of your situation is likely the sweep number, which is one of the few types that are specified as a uint. You can wrap your integer with np.uint to fix that. Perhaps pynwb.icephys.PatchClampSeries should be changed to cast the sweep number to uint if it can tell that the type is not a uint.
Follow up on #298
Now I do get a warning like this one on write... but have no clue where it's coming from.
I think the warning message should also contain the object to which it refers.
The text was updated successfully, but these errors were encountered: