Commit Graph

4 Commits

Author SHA1 Message Date
nicolasakf cce9241c8d Enhance data processing and utility functions
- Updated `process_price_change` to accept an optional `asset_id` parameter for better asset validation.
- Modified `process_data` to ensure `json_datas` is always a list and to pass `asset_id` when available.
- Added checks in `update_markets` to ensure the 'multiplier' column exists and fill NaN values with empty strings.
- Refactored multiplier application in `get_buy_sell_amount` to use `row.get()` for safer access.
2026-01-05 22:02:48 -03:00
warproxxx 652e330424 Remove debug logging statements
Clean up debug prints that were added during troubleshooting of hyperparameter parsing issues.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-22 10:30:39 -07:00
warproxxx ee24553856 Fix hyperparameter parsing for read-only mode
- Improved CSV parsing logic for hyperparameters with empty type cells
- Enhanced read-only mode sheet access with multiple URL formats and GID mapping
- Added debug logging to identify parameter type mismatches
- Fixed UnboundLocalError for max_size variable
- Fixed unused variable warnings

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-22 10:18:29 -07:00
warproxxx 8e500d9437 Repo is ready 2025-03-31 12:16:51 -04:00