Critical bug fix: In-function imports were still referencing calculations/ module. This caused all calculated placeholders to fail silently. Fixed imports in: - activity_metrics.py: calculate_activity_score (scores import) - recovery_metrics.py: calculate_recent_load_balance_3d (activity_metrics import) - scores.py: 12 function imports (body/nutrition/activity/recovery metrics) - correlations.py: 11 function imports (scores, body, nutrition, activity, recovery metrics) All data_layer modules now reference each other correctly. Placeholders should resolve properly now. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| activity_metrics.py | ||
| body_metrics.py | ||
| correlations.py | ||
| health_metrics.py | ||
| nutrition_metrics.py | ||
| recovery_metrics.py | ||
| scores.py | ||
| utils.py | ||