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
this bug was apparently introduced with the merging of. #2437
This possibly belongs in unyt
code for reproduction
pytest yt/visualization/tests/test_plotwindow.py::test_set_unit
actual outcome
========================================= FAILURES ========================================== _______________________________________ test_set_unit _______________________________________ def test_set_unit(): ds = fake_random_ds(32, fields=('temperature',), units=('K',)) slc = SlicePlot(ds, 2, 'temperature') orig_array = slc.frb['gas', 'temperature'].copy() slc.set_unit('temperature', 'degF') > assert str(slc.frb['gas', 'temperature'].units) == '°F' E AssertionError: assert 'degF' == '°F' E - °F E + degF yt/visualization/tests/test_plotwindow.py:478: AssertionError
versions: yt: master (b6d9463) unyt: 2.7.1
The text was updated successfully, but these errors were encountered:
I believe this was resolved with the release of unyt 2.7.2.
Sorry, something went wrong.
No branches or pull requests
Bug report
this bug was apparently introduced with the merging of. #2437
This possibly belongs in unyt
code for reproduction
actual outcome
versions:
yt: master (b6d9463)
unyt: 2.7.1
The text was updated successfully, but these errors were encountered: