Skip to content

Commit

Permalink
Fix apparent non-determinism in doctests on GitHub CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
eljungsk committed Jul 10, 2021
1 parent 0b6e26e commit 307c78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ DocTestSetup = quote
end
```

```jldoctest gridding
```jldoctest gridding; filter = r"-?0.0000"
n = 5
x = range(0, stop = 1, length = n)
y = range(0, stop = 1, length = n)
Expand Down

0 comments on commit 307c78c

Please sign in to comment.