wip on the RL training pipeline and data collection
This commit is contained in:
@@ -33,7 +33,7 @@ def test_imports():
|
||||
logger.info("✓ Dash imports successful")
|
||||
|
||||
# Try to import the dashboard
|
||||
from web.scalping_dashboard import RealTimeScalpingDashboard
|
||||
from web.old_archived.scalping_dashboard import RealTimeScalpingDashboard
|
||||
logger.info("✓ RealTimeScalpingDashboard imported")
|
||||
|
||||
return True
|
||||
@@ -48,7 +48,7 @@ def test_dashboard_creation():
|
||||
try:
|
||||
logger.info("Testing dashboard creation...")
|
||||
|
||||
from web.scalping_dashboard import RealTimeScalpingDashboard
|
||||
from web.old_archived.scalping_dashboard import RealTimeScalpingDashboard
|
||||
from core.data_provider import DataProvider
|
||||
|
||||
# Create data provider
|
||||
|
||||
Reference in New Issue
Block a user