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
If a waveform is created from a greenfield and no data were loaded, the meta data are empty. In order to give some hints to the user what meta data are relevant, a pre-filled dictionary should be set with e.g. None values. Maybe the saver can provide the defaults.
Furthermore, it would be useful to use kwargs in order to populate the meta data dictionary while construction, e.g.
If a waveform is created from a greenfield and no data were loaded, the meta data are empty. In order to give some hints to the user what meta data are relevant, a pre-filled dictionary should be set with e.g.
None
values. Maybe thesaver
can provide the defaults.Furthermore, it would be useful to use
kwargs
in order to populate the meta data dictionary while construction, e.g.The text was updated successfully, but these errors were encountered: