mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
fix: Add missing os import in factor_runner.py
- Fix NameError: name 'os' is not defined - This caused all 23 parallel runs to fail - _ensure_results_dirs() uses os functions but import was missing Tests should still pass
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import os
|
||||
from pathlib import Path
|
||||
"""
|
||||
Qlib Factor Runner - Executes factor backtests in Docker.
|
||||
|
||||
Reference in New Issue
Block a user