Skip to content

Commit 8c12b7c

Browse files
committed
Better description.
1 parent d170cd0 commit 8c12b7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/pymc3_to_4.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
if [ -z "$1" ]
44
then
5+
echo "Script to automatically convert code (*.py and *.ipynb) from PyMC3 to 4.0. Use with care."
56
echo "Usage: pymc3_to_4.sh <path>"
67
exit 1
78
fi

0 commit comments

Comments
 (0)