Skip to content

Commit

Permalink
fix: liquidation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cdummett committed Aug 12, 2024
1 parent 3fc8c45 commit 9d0ff57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/visualisations/closed_out.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def run(self, pause: bool = False, test: bool = False):
)

# Go through market movements
for price in [550, 600, 650, 700]:
for price in [550, 600, 650, 690]:
move_market(
vega=self.vega,
market_id=market_id,
Expand Down

0 comments on commit 9d0ff57

Please sign in to comment.