Skip to content

Commit

Permalink
saving figures to directory at root (expecting to be ran in docker co…
Browse files Browse the repository at this point in the history
…ntainer)
  • Loading branch information
akirillo committed Aug 6, 2021
1 parent a7461b0 commit d31dd36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/dutch_auctions/dutch_auctions_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ def run(self):
time_range, [stats["num_sales_taken"] for stats in historical_stats]
)
axs[3].plot(time_range, [stats["auction_debt"] for stats in historical_stats])
plt.savefig(f"figures/{os.getenv('sim')}.png")
plt.savefig(f"/figures/{os.getenv('sim')}.png")

0 comments on commit d31dd36

Please sign in to comment.