Skip to content

Commit

Permalink
Small typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasmerino41 committed Jun 14, 2024
1 parent 211ccb4 commit bd5098d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,6 @@ end
output_without_mask = ArrayOutput(init; tspan=1:1000, mask=mask_data)
b = sim!(output_without_mask, rule_without_mask)

@test sum(b[1]) ! sum(b[1000]) #= Floating error should be larger than 1.0
@test sum(b[1]) > sum(b[1000]) #= Floating error should be larger than 1.0
because this does not identify the mask properly =#
end

0 comments on commit bd5098d

Please sign in to comment.