Skip to content

Commit

Permalink
fix: remove fig show
Browse files Browse the repository at this point in the history
  • Loading branch information
cdummett authored Mar 24, 2023
1 parent c43a245 commit b09cfd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vega_sim/scenario/fuzzed_markets/agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ def finalise(self):
os.mkdir("fuzz_plots")

fig.write_html("fuzz_plots/coverage.html")
fig.show()


class DegenerateTrader(StateAgentWithWallet):
Expand Down

0 comments on commit b09cfd2

Please sign in to comment.