Skip to content

Commit 7fc5d69

Browse files
committed
removing exclusion of flow direction
1 parent c751419 commit 7fc5d69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run-all-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/bash
22

3-
EXCLUDES="--exclude=*intro* --exclude=*flow_direction*"
3+
EXCLUDES="--exclude=*intro*" # krb note: as best as I can tell this is only supposed to skip the tutorial python_intro/Python_intro.ipynb
44

55
./run_notebook.py find . | ./run_notebook.py run --file=- $EXCLUDES

0 commit comments

Comments
 (0)