haileyhalimj@gmail.com
commited on
Commit
·
dd8a521
1
Parent(s):
00b3d57
remove reload to stop ultimate loop in hugging face
Browse files
src/config/optimization_config.py
CHANGED
|
@@ -8,9 +8,9 @@ from src.config.constants import ShiftType, LineType, KitLevel, DefaultConfig
|
|
| 8 |
# Re-import all the packages
|
| 9 |
import importlib
|
| 10 |
|
| 11 |
-
# Reload modules to get latest changes
|
| 12 |
-
importlib.reload(extract)
|
| 13 |
-
importlib.reload(transformed_data) # Uncomment if needed
|
| 14 |
|
| 15 |
|
| 16 |
def get_date_span():
|
|
|
|
| 8 |
# Re-import all the packages
|
| 9 |
import importlib
|
| 10 |
|
| 11 |
+
# Reload modules to get latest changes - REMOVED to prevent infinite loops
|
| 12 |
+
# importlib.reload(extract)
|
| 13 |
+
# importlib.reload(transformed_data) # Uncomment if needed
|
| 14 |
|
| 15 |
|
| 16 |
def get_date_span():
|