-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
@testitem "Aqua" tags = [:basics] begin | ||
using Aqua | ||
# The unbound_args test currently has a false positive, because it thinks the grid | ||
# might be zero dimensional, in wich case T and U would be unbound. This could be | ||
# might be zero dimensional, in which case T and U would be unbound. This could be | ||
# fixed by using a construction like Tuple{T, Vararg{T, D1}} where D1 = D-1, but | ||
# this is annoying becasue I want the value of D as a type parameter in several | ||
# this is annoying because I want the value of D as a type parameter in several | ||
# places. For now, I have just disabled the test. | ||
Aqua.test_all(ParticleInCell2, unbound_args = false) | ||
end |