chore: update pre-commit hooks #900
ci.yml
on: pull_request
pre-commit
44s
notebooks
1m 1s
Matrix: checks
Annotations
11 errors
Check ubuntu-latest Python 3.8
Process completed with exit code 2.
|
Check ubuntu-latest Python 3.7
Process completed with exit code 2.
|
Check windows-latest Python 3.7
Process completed with exit code 1.
|
Check ubuntu-latest Python 3.10:
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': '',
+ }
|
Check ubuntu-latest Python 3.10:
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>
? ^^
|
Check ubuntu-latest Python 3.10
Process completed with exit code 1.
|
Check ubuntu-latest Python 3.11:
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': '',
+ }
|
Check ubuntu-latest Python 3.11:
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>
? ^^
|
Check ubuntu-latest Python 3.11
Process completed with exit code 1.
|
Check windows-latest Python 3.9
Process completed with exit code 1.
|
Check macos-latest Python 3.9
Process completed with exit code 1.
|