Update scripts/model_v4.py
Browse files- scripts/model_v4.py +2 -2
scripts/model_v4.py
CHANGED
|
@@ -1543,5 +1543,5 @@ def test_model():
|
|
| 1543 |
print("=" * 60)
|
| 1544 |
|
| 1545 |
|
| 1546 |
-
if __name__ == "__main__":
|
| 1547 |
-
test_model()
|
|
|
|
| 1543 |
print("=" * 60)
|
| 1544 |
|
| 1545 |
|
| 1546 |
+
#if __name__ == "__main__":
|
| 1547 |
+
# test_model()
|