Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
LasNikas committed Oct 29, 2024
1 parent 605bb20 commit d776e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/systems/edac_system.jl
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@

@test all(i -> system.cache.neighbor_counter[i] == nparticles(system),
nparticles(system))
@test all(isapprox(i -> system.cache.pressure_average[i], -50.968532955185964),
@test all(i -> isapprox(system.cache.pressure_average[i], -50.968532955185964),
nparticles(system))
end
end

0 comments on commit d776e62

Please sign in to comment.