random.seed(42) for testing; TODO revert me
This commit is contained in:
@ -1,8 +1,11 @@
|
|||||||
"""Run the copycat program"""
|
"""Run the copycat program"""
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
import random
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
random.seed(42)
|
||||||
|
|
||||||
import copycat
|
import copycat
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user