We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe40ff commit fedcb12Copy full SHA for fedcb12
pyoptgra/optgra.py
@@ -84,7 +84,6 @@ def _assert_finite(arr: np.ndarray, name: str):
84
raise ValueError(f"Encountered non-finite values in {name} at indices: {np.where(mask)[0]}")
85
86
87
-
88
class optgra:
89
"""
90
This class is a user defined algorithm (UDA) providing a wrapper around OPTGRA, which is written
0 commit comments