Skip to content

Commit fedcb12

Browse files
fixed static
1 parent 4fe40ff commit fedcb12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyoptgra/optgra.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def _assert_finite(arr: np.ndarray, name: str):
8484
raise ValueError(f"Encountered non-finite values in {name} at indices: {np.where(mask)[0]}")
8585

8686

87-
8887
class optgra:
8988
"""
9089
This class is a user defined algorithm (UDA) providing a wrapper around OPTGRA, which is written

0 commit comments

Comments
 (0)