fix broken merge
This commit is contained in:
@@ -354,7 +354,8 @@ class TrainingIntegration:
|
||||
pivot_points = []
|
||||
|
||||
# This would integrate with the Williams Market Structure
|
||||
# For now, return empty list as placeholder
|
||||
# For now, return empty list as placeholder (not yet implemented)
|
||||
logger.debug(f"Pivot points integration for {symbol} not yet implemented")
|
||||
return pivot_points
|
||||
|
||||
return []
|
||||
@@ -519,7 +520,8 @@ class TrainingIntegration:
|
||||
|
||||
try:
|
||||
# This would integrate with existing model predictions
|
||||
# For now, return empty dict as placeholder
|
||||
# For now, return empty dict as placeholder (not yet implemented)
|
||||
logger.debug(f"Model predictions integration for {symbol} not yet implemented")
|
||||
return predictions
|
||||
except Exception as e:
|
||||
logger.warning(f"Error getting model predictions for {symbol}: {e}")
|
||||
|
||||
Reference in New Issue
Block a user