Skip to content

Commit

Permalink
simulation: reset short-leios-p2p-1 speed to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Saizan committed Dec 18, 2024
1 parent 1c02533 commit 45d1111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulation/src/LeiosProtocol/Short/VizSimP2P.hs
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ toSRGB (Dia.toSRGB -> Dia.RGB r g b) = (r, g, b)

example2 :: Int -> Int -> Maybe P2PTopography -> Visualization
example2 seed sliceLength maybeP2PTopography =
slowmoVisualization 2 $
slowmoVisualization 0.5 $
Viz model $
LayoutAbove
[ LayoutBeside [layoutLabelTime, Layout leiosGenCountRender]
Expand Down

0 comments on commit 45d1111

Please sign in to comment.