Skip to content

Commit

Permalink
Tweak rng seed
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiede committed Sep 24, 2024
1 parent d5c4358 commit 12fc316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/advanced/HybridImaging/main.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ using Pyehtim

# For reproducibility we use a stable random number genreator
using StableRNGs
rng = StableRNG(42)
rng = StableRNG(44)


# To download the data visit https://doi.org/10.25739/g85n-f134
Expand Down

0 comments on commit 12fc316

Please sign in to comment.