Skip to content

Commit

Permalink
Merge branch 'dmb_nssp_demo' of https://github.com/CDCgov/pyrenew-cov…
Browse files Browse the repository at this point in the history
…id-wastewater into dmb_nssp_demo
  • Loading branch information
damonbayer committed Sep 17, 2024
2 parents 6352323 + 4eccaed commit 3ba78a9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions nssp_demo/fit_all_models.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

# Base directory containing subdirectories
BASE_DIR="/path/to/base/directory"

# Iterate over each subdirectory in the base directory
for SUBDIR in "$BASE_DIR"/*/; do
# Run the Python script with the current subdirectory as the model_dir argument
python fit_model.py --model_dir "$SUBDIR"
done

0 comments on commit 3ba78a9

Please sign in to comment.