Skip to content

Commit

Permalink
Swap import orders in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Oct 24, 2024
1 parent 2f29f95 commit 95f8888
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using Bijectors

using ChainRulesTestUtils
using Combinatorics
using DistributionsAD
Expand All @@ -12,6 +10,9 @@ using ReverseDiff
using Tracker
using Zygote

# Place below `using Enzyme`, see https://github.com/TuringLang/Bijectors.jl/pull/333
using Bijectors

using Random, LinearAlgebra, Test

using Bijectors:
Expand Down

0 comments on commit 95f8888

Please sign in to comment.