Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Eelco Hoogendoorn committed Nov 5, 2023
1 parent 3f0cfc9 commit c8ba83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numga/backend/test/test_numpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def test_inverse_simplicifation_failure():
assert np.allclose(z.select[5].values, 0)

# second-order optimized hitzer term does reduce to scalar
op = ga.operator.inverse_factor_completed2(V)
op = ga.operator.inverse_factor_completed_alt(V)
assert op.output.equals.scalar()

V = ga.subspace.from_grades([2])
Expand Down

0 comments on commit c8ba83d

Please sign in to comment.