Skip to content

Commit

Permalink
Add experimental analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasekopf committed Jul 15, 2019
1 parent d75c1ff commit d6be108
Show file tree
Hide file tree
Showing 3 changed files with 818 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,8 @@ venv.bak/
*.zip

# Local experiment data
/experiments/*
# Local figure data
/figures/*
/experiments/experiment_data/*
/experiments/figures/*

# C++ object files
/cpp/*.o
Expand Down
5 changes: 5 additions & 0 deletions experiments/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This directory contains code for experimental analysis and figure generation.

Generating the figures requires the following python packages:
1. `matplotlib`
2. `slurmqueen`
Loading

0 comments on commit d6be108

Please sign in to comment.