Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
1ebe6d8
1
Parent(s):
5c64b10
online_data_generation.py
CHANGED
|
@@ -12,7 +12,7 @@ from datetime import datetime
|
|
| 12 |
from typing import List, Dict, Any, Tuple
|
| 13 |
|
| 14 |
# Import the existing functions
|
| 15 |
-
from
|
| 16 |
|
| 17 |
# Configure logging
|
| 18 |
logging.basicConfig(
|
|
@@ -339,4 +339,4 @@ if __name__ == "__main__":
|
|
| 339 |
try:
|
| 340 |
main()
|
| 341 |
except Exception as e:
|
| 342 |
-
logger.error(f"Unhandled exception: {e}", exc_info=True)
|
|
|
|
| 12 |
from typing import List, Dict, Any, Tuple
|
| 13 |
|
| 14 |
# Import the existing functions
|
| 15 |
+
from data.data_collection.synthetic_script_compute_canada import process_trajectory, initialize_clean_state
|
| 16 |
|
| 17 |
# Configure logging
|
| 18 |
logging.basicConfig(
|
|
|
|
| 339 |
try:
|
| 340 |
main()
|
| 341 |
except Exception as e:
|
| 342 |
+
logger.error(f"Unhandled exception: {e}", exc_info=True)
|