We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c21af9e + b537f89 commit 03959abCopy full SHA for 03959ab
1 file changed
test/codequality.jl
@@ -16,6 +16,9 @@
16
@safetestset "JET" begin
17
using JET
18
using SequentialSamplingModels
19
- JET.test_package(SequentialSamplingModels; target_modules = (SequentialSamplingModels,))
+ JET.test_package(
20
+ SequentialSamplingModels;
21
+ target_modules = (SequentialSamplingModels,)
22
+ )
23
end
24
0 commit comments