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