Update scripts/model_v4.py
Browse files- scripts/model_v4.py +2 -2
scripts/model_v4.py
CHANGED
|
@@ -1560,5 +1560,5 @@ def test_model():
|
|
| 1560 |
print("=" * 60)
|
| 1561 |
|
| 1562 |
|
| 1563 |
-
if __name__ == "__main__":
|
| 1564 |
-
test_model()
|
|
|
|
| 1560 |
print("=" * 60)
|
| 1561 |
|
| 1562 |
|
| 1563 |
+
#if __name__ == "__main__":
|
| 1564 |
+
# test_model()
|