Wrap new OOP container methods in try-except blocks
This should be a pretty clean way of catching TypeErrors (or possibly other errors could be added too) due to odd class definitions. An easy way to see this in action at the moment is to try expanding a scalar numpy array, e.g. `numpy.array(42)`
Loading
Please sign in to comment