Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-tay committed Jan 20, 2025
1 parent b432eca commit d65106d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/excited_states_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ using Test
df = DataFrame(solve(p))
for state in 1:3
r = rayleigh_replica_estimator(df; spectral_state=state)
@test r.f g2s[state] atol=0.001
@test r.f g2s[state] atol=0.01
end
num_overlaps = length(filter(startswith(r"r[0-9]+s[0-9]+_dot"), names(df)))
@test num_overlaps == 15
Expand Down

0 comments on commit d65106d

Please sign in to comment.