feat: fast loading and saving functionality #436
Triggered via pull request
September 10, 2025 12:23
Status
Failure
Total duration
5m 27s
Artifacts
–
Annotations
2 errors and 4 warnings
|
lint: ruff
Process completed with exit code 1.
|
|
lint: pylint
Process completed with exit code 24.
|
|
lint: ruff
Failed to restore: Cache service responded with 400
|
|
lint: pylint:
fms_mo/utils/dq_inf.py#L204
C0121: Comparison 'qcfg['qskip_large_mag_layers'] == True' should be 'qcfg['qskip_large_mag_layers'] is True' if checking for the singleton value True, or 'qcfg['qskip_large_mag_layers']' if testing for truthiness (singleton-comparison)
|
|
lint: pylint:
fms_mo/utils/dq_inf.py#L160
R0123: In 'config['quantization_config']['ignore'] is not []', use '!=' when comparing constant literals not 'is not' ('config['quantization_config']['ignore'] != []') (literal-comparison)
|
|
lint: pylint
Failed to restore: Cache service responded with 400
|