Fixed
- Fixed bug in check_channel_dwell_exist message
Added
- Added auto-detection of schema for CPHD data.
- Added new check_file_type header check in tests.
- Added new check_identifier_uniqueness check in tests.
- Added new check_channel_normal_signal_pvp check in tests.
- Added new TOAExtended.TOAExtSaved check in tests.
- Added two new optional PVP checks, check_optional_pvps_fx, and check_optional_pvps_toa
- Added passes and skips to ConsistencyChecker
Changed
- Changed cphd_consistency testing dependencies to be optional, skips the check if networkx,
and shapely are not installed.
- Simplified pytest.skip usage in test_cphd_consistency.