Skip to content

Commit

Permalink
qualify get_rng
Browse files Browse the repository at this point in the history
  • Loading branch information
odunbar committed Jul 31, 2024
1 parent 287d7e9 commit 8c87d20
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/RandomFeature/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ using CalibrateEmulateSample.Emulators
using CalibrateEmulateSample.DataContainers
using CalibrateEmulateSample.EnsembleKalmanProcesses
using CalibrateEmulateSample.ParameterDistributions
using RandomFeatures

# resolve function import conflicts:
get_rng = RandomFeatures.get_rng


seed = 10101010
rng = Random.MersenneTwister(seed)
Expand Down

0 comments on commit 8c87d20

Please sign in to comment.