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
SectionItems.get should accept strings or HeaderItem objects for the "default" arg. If it is a string, it should be converted to a HeaderItem with the appropriate mnemonic.
Always returns a HeaderItem.
If add is True, the returned value should also be appended to the SectionItems instance.
How do we handle CurveItems? Set the data attribute to all nans, with the appropriate length?
The text was updated successfully, but these errors were encountered:
Analogous to dict.get but with extra "add" kwarg.
SectionItems.get should accept strings or HeaderItem objects for the "default" arg. If it is a string, it should be converted to a HeaderItem with the appropriate mnemonic.
Always returns a HeaderItem.
If add is True, the returned value should also be appended to the SectionItems instance.
How do we handle CurveItems? Set the data attribute to all nans, with the appropriate length?
The text was updated successfully, but these errors were encountered: