-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Evaluating wavepackets loaded from hdf5 file fails on grid objects.
This is a very strange bug with isinstance and module scopes.
Newly created:
<class 'WaveBlocksND.TensorProductGrid.TensorProductGrid'>
<WaveBlocksND.TensorProductGrid.TensorProductGrid object at 0x5463490>
WaveBlocksND.Grid
Loaded:
<class 'WaveBlocksND.TensorProductGrid.TensorProductGrid'>
<WaveBlocksND.TensorProductGrid.TensorProductGrid object at 0x5463490>
Grid
Given class is not a subclass instance in the second case!
Reactions are currently unavailable