Skip to content
This repository was archived by the owner on Dec 4, 2019. It is now read-only.

Commit a3de841

Browse files
committed
Progress: grid_search works except for 2 fails. Still needd to clean up tests. keyed_model doesn't recognize the @keyword_only decorator for some reason. Going to check master.
1 parent d6f6f56 commit a3de841

File tree

3 files changed

+404
-82
lines changed

3 files changed

+404
-82
lines changed

python/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ if [ "$#" = 0 ]; then
1010
else
1111
ARGS="$@"
1212
fi
13-
exec nosetests $ARGS --where $DIR
13+
exec nosetests $ARGS --where $DIR --nocapture

0 commit comments

Comments
 (0)