Skip to content

Commit

Permalink
Update create_scc_validation_file.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
lrennels authored Jun 17, 2021
1 parent d6024cd commit 46dd1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/create_scc_validation_file.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ new_sc_bigpulse = filter!(:pulse_size => x -> x == 1.0e7, new_sc)

old_sc_smallpulse = filter!(:pulse_size => x -> x == 1.0e7, old_sc)
new_sc_smallpulse = filter!(:pulse_size => x -> x == 1.0e7, new_sc)
@test all(isapprox.(old_sc_smallpulse[!, :SC], new_snew_sc_smallpulsec_bigpulse[!, :SC], atol = 1e-1))
@test all(isapprox.(old_sc_smallpulse[!, :SC], new_sc_smallpulse[!, :SC], atol = 1e-1))

0 comments on commit 46dd1b5

Please sign in to comment.