Skip to content

Commit 88c7a38

Browse files
committed
fix: minimal touch-ups in preparation of 1.0.0 release
1 parent 9b12cb2 commit 88c7a38

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scripts/update_plots.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mkdir -p "$ASSETS_DIR"
2020
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
2121
cd "$SCRIPT_DIR/.."
2222

23-
python src/run.py plot -o "$ASSETS_DIR"
23+
$( which conda ) run -n base src/run.py plot -o "$ASSETS_DIR"
2424

2525
cd "$TMP_REPO"
2626
git pull --ff-only

src/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)