chore: update pre-commit hooks #900
Annotations
3 errors
Test package:
tests/dec/test_dec.py#L417
test_decay_mode_details
AssertionError: assert {'bf': 1.0, '...l_params': ''} == (1.0, ['K-', ...], 'PHSP', '')
Full diff:
- (
- 1.0,
- ['K-',
- 'pi+',
- 'pi+',
+ {
+ 'bf': 1.0,
+ 'fs': ['K-',
+ 'pi+',
+ 'pi+',
- 'pi0'],
+ 'pi0'],
? ++++++
- 'PHSP',
- '',
- )
+ 'model': 'PHSP',
+ 'model_params': '',
+ }
|
Test package:
tests/decay/test_decay.py#L150
test_DecayMode_constructor_from_dict
AssertionError: assert '<DecayMode: ..., BF=0.98823>' == '<DecayMode: ..., BF=0.98823>'
- <DecayMode: daughters=gamma gamma, BF=0.98823>
? ^^^^^^^^^^^
+ <DecayMode: daughters=[], BF=0.98823>
? ^^
|
Test package
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading