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
Turning FOX.MultiMolecule into a proper np.ndarray subclass (1) would have the following advantages:
a. The number of magic methods specified in the FOX._MultiMolecule superclass can be greatly reduced.
b. Functions that can operate on NumPy arrays can (directly) operate on MultiMolecule objects.
The text was updated successfully, but these errors were encountered:
Turning FOX.MultiMolecule into a proper np.ndarray subclass (1) would have the following advantages:
a. The number of magic methods specified in the FOX._MultiMolecule superclass can be greatly reduced.
b. Functions that can operate on NumPy arrays can (directly) operate on MultiMolecule objects.
The text was updated successfully, but these errors were encountered: