Slicing WaveformModes
does not work
#63
Labels
Urgent
Highest priority issue that might be breaking functionality
WaveformModes
does not work
#63
A simple slicing of a
WaveformModes
object would result in aKeyError
, sayingtime_axis
not found fromself._metadata
.A MWE is here:
I managed to trace this back to one line in the
SXS
WaveformModes
object (line 119):and because of this, doing the following will result in the same error:
If I print out the
__dict__
attribute before and afterview()
, the lists of attributes are indeed wildly different.I suspect that it is how the
WaveformModes
are constructed that is not compatible with thisview()
method, but I have yet to find out why.Here is an excerpt from the traceback:
Before getting to this step, there was a little issue with the metadata, so I did a little fix in catalog.py
Finally, maybe this would be helpful; here are the versions of the packages I have:
The text was updated successfully, but these errors were encountered: