Skip to content

Commit

Permalink
Fix neb spec test
Browse files Browse the repository at this point in the history
  • Loading branch information
bennybp committed Jun 7, 2024
1 parent 937810e commit ed9cf7c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def test_neb_socket_add_specification_diff_3(storage_socket: SQLAlchemySocket):
images=21,
spring_constant=1.5,
optimize_endpoints=True,
spring_type=0,
optimize_ts=True,
),
singlepoint_specification=common_sp_spec,
)
Expand All @@ -363,6 +363,7 @@ def test_neb_socket_add_specification_diff_3(storage_socket: SQLAlchemySocket):
images=21,
spring_constant=1.5,
optimize_endpoints=True,
optimize_ts=False,
),
singlepoint_specification=common_sp_spec,
)
Expand Down

0 comments on commit ed9cf7c

Please sign in to comment.