Skip to content

Commit

Permalink
writing to new figures path in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
akirillo committed Aug 13, 2021
1 parent d31dd36 commit d764eda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ stablesims-venv/
.vscode/
*.profraw
.DS_Store
figures/*
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"/bab-stablesims/figures/{os.getenv('sim')}.png")

0 comments on commit d764eda

Please sign in to comment.