-
- Downloads
Added `check_file_pairs` function to validate paired `_com` and `_meas` files...
Added `check_file_pairs` function to validate paired `_com` and `_meas` files in training data directory. - Imported `check_file_pairs` from `dataset_analysis` and integrated it into the main script for data preprocessing. - Updated `foundation_model.py` to call `check_file_pairs` before analyzing and interpolating data in `train` directory. - Standardized whitespace and formatting for better readability in `test.py`, aligning with Python style conventions.
Please register or sign in to comment