Skip to content

Commit

Permalink
Working on test stability
Browse files Browse the repository at this point in the history
  • Loading branch information
kaandocal committed Jul 19, 2024
1 parent a3eafad commit b237d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/birthdeath2D.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ sys = FSPSystem(rs)
prs = exp.(2 .* rand(2))

pmap = [ :r1 => prs[1],
:r2 => prs[1] / exp(3 * rand()),
:r2 => prs[1] / exp(2 * rand()),
:s1 => prs[2],
:s2 => prs[2] / exp(3 * rand()) ]
:s2 => prs[2] / exp(2 * rand()) ]

ps = last.(pmap)

Expand Down

0 comments on commit b237d20

Please sign in to comment.