Bug 2371994
| Summary: | F43FailsToInstall: python3-nashpy | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
| Component: | python-nashpy | Assignee: | Iztok Fister, Jr. <iztok> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | iztok, mhroncok |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-nashpy-0.0.41-5.fc43 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-06-16 07:56:44 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2322407, 2339432, 2339435 | ||
|
Description
Fedora Fails To Install
2025-06-11 08:13:44 UTC
=================================== FAILURES ===================================
__________________________ test_properties_of_scores ___________________________
@given(M=arrays(np.int8, (3, 3), unique=True))
> def test_properties_of_scores(M):
tests/unit/test_moran_process.py:113:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
M = array([[ 0, 1, 2],
[ 3, 4, 5],
[ 6, 20, 76]], dtype=int8)
@given(M=arrays(np.int8, (3, 3), unique=True))
def test_properties_of_scores(M):
"""
Checks that if non negative valued matrices are passed then non negative
valued scores are calculated.
Parameters
----------
M : array
a payoff matrix
"""
if np.min(M) >= 0:
population = np.array((0, 0, 1, 1, 2, 2))
scores = score_all_individuals(A=M, population=population)
> assert np.min(scores) >= 0
E assert np.int8(-128) >= 0
E + where np.int8(-128) = <function min at 0x7ffd04db6a30>(array([ 6, 6, 20, 20, -128, -128], dtype=int8))
E + where <function min at 0x7ffd04db6a30> = np.min
E Falsifying example: test_properties_of_scores(
E M=array([[ 0, 1, 2],
E [ 3, 4, 5],
E [ 6, 20, 76]], dtype=int8),
E )
E Explanation:
E These lines were always and only run by failing examples:
E /usr/lib64/python3.14/_py_warnings.py:578
E /usr/lib64/python3.14/site-packages/numpy/_core/arrayprint.py:1285
E /usr/lib64/python3.14/site-packages/numpy/_core/arrayprint.py:1286
tests/unit/test_moran_process.py:126: AssertionError
Another build solved it :/ Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ All subpackages of a package against which this bug was filled are now installable or removed from Fedora 43. Thanks for taking care of it! |