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
This issue is a follow up to #14
The prosed solution (parent_storage.timestamp) returns the time of object (RsWaveForm) creation, not the timestamp from the meta information.
Currently, you have to access the time stamp via private dictionary like this: timestamp=meta_data.get("date")
The text was updated successfully, but these errors were encountered:
mauruns
added a commit
to mauruns/RsWaveform
that referenced
this issue
May 30, 2024
This issue is a follow up to #14
The prosed solution (parent_storage.timestamp) returns the time of object (RsWaveForm) creation, not the timestamp from the meta information.
Currently, you have to access the time stamp via private dictionary like this:
timestamp=meta_data.get("date")
The text was updated successfully, but these errors were encountered: