Spaces:
Runtime error
Runtime error
CognitiveScience
commited on
Commit
•
de1285d
1
Parent(s):
4b24ee4
Update dcogsphere.py
Browse files- dcogsphere.py +1 -1
dcogsphere.py
CHANGED
@@ -14,7 +14,7 @@ from python_actr import Memory
|
|
14 |
from python_actr import DMSpreading
|
15 |
from python_actr import log_everything
|
16 |
|
17 |
-
logev=log_everything()
|
18 |
|
19 |
class MyEnv(Model):
|
20 |
pass
|
|
|
14 |
from python_actr import DMSpreading
|
15 |
from python_actr import log_everything
|
16 |
|
17 |
+
logev=log_everything(html=False)
|
18 |
|
19 |
class MyEnv(Model):
|
20 |
pass
|