Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rhayes777 committed Nov 8, 2024
1 parent 0a93055 commit 08fc81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_autolens/point/triangles/test_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def test_neighbor_order(
solver.solve(
NullTracer(),
source_plane_coordinate=(0.0, 0.0),
neighbor_order=neighbor_degree,
neighbor_degree=neighbor_degree,
)
)
== expected
Expand Down

0 comments on commit 08fc81f

Please sign in to comment.