We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since about 2022-11-08, nightly test jobs have failed with messages like the following. See logs 1, 2.
FAILED message_ix/tests/test_nightly.py::test_scenario[CD_Links_SSP2_baseline] - AssertionError: assert False + where False = functools.partial(<function isclose at 0x7f465a8d6170>, rtol=3e-06)(3870157.5, 3869529.75) + where functools.partial(<function isclose at 0x7f465a8d6170>, rtol=3e-06) = eval('partial(np.isclose, rtol=3e-6)') FAILED message_ix/tests/test_nightly.py::test_scenario[CD_Links_SSP2_v2_1000] - AssertionError: assert False + where False = functools.partial(<function isclose at 0x7f465a8d6170>, rtol=3e-06)(3358441.5, 3359089.0) + where functools.partial(<function isclose at 0x7f465a8d6170>, rtol=3e-06) = eval('partial(np.isclose, rtol=3e-6)')
Per this Slack thread (private):
May be related to #667, #668, or #669.
The text was updated successfully, but these errors were encountered:
@gidden @OFR-IIASA @behnam-zakeri —I assigned all three of you, but please remove 1 or 2 when you decide who in particular will address this.
If that's to be done through #669, please remember basic housekeeping:
Sorry, something went wrong.
gidden
OFR-IIASA
behnam-zakeri
Successfully merging a pull request may close this issue.
Since about 2022-11-08, nightly test jobs have failed with messages like the following. See logs 1, 2.
Per this Slack thread (private):
May be related to #667, #668, or #669.
The text was updated successfully, but these errors were encountered: