Skip to content

Commit

Permalink
Added directions
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanGoldman committed Aug 8, 2023
1 parent 8f711ba commit 1f601c3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions scripts/analyze_tau_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
import matplotlib.pyplot as plt
import numpy as np

""""
DIRECTIONS
in thermostats/core.py, set the variable "save_tau_stats" to True
in scripts/write_stats.py
set the data_dir path to the location of the raw csv data
set the metadata_path
set the output_dir to a new location (don't overwrite your old outputs!)
set top_n to None if you want to run the full batch, or keep it set to a small number for testing
run scripts/write_stats.py (takes a while)
in scripts/analyze_tau_stats.py
set the data_dir path to the location of the raw csv data
set results_old_path to the location of the old (pre tau-friendly) metrics file
set results_path to match the METRICS_FILEPATH in write_stats.py
run scripts/analyze_tau_stats.py
look in tau_stats_plots directory for the plots and comparison csv file
"""


debug = False
# configure paths
Expand Down

0 comments on commit 1f601c3

Please sign in to comment.