Skip to content

Commit 756a854

Browse files
committed
Removing unused def
1 parent 334dc8d commit 756a854

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

libensemble/tests/regression_tests/test_persistent_aposmm_ibcdfo_manifold_sampling.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@
5252
sys.exit("Ensure https://github.com/POptUS/minq has been cloned and that minq/py/minq5/ is on the PYTHONPATH")
5353

5454

55-
def sum_squared(x):
56-
return np.sum(np.power(x, 2))
57-
58-
5955
def synthetic_beamline_mapping(H, _, sim_specs):
6056
x = H["x"][0]
6157
assert len(x) == 4, "Assuming 4 inputs to this function"

0 commit comments

Comments
 (0)