Conversation
Member
Author
|
Really bizarre failure only on python3.10 in the nb tests O_O. Will just rerun the test, maybe github actions is being weird. =================================== FAILURES ===================================
_ /home/runner/work/fastplotlib/fastplotlib/examples/notebooks/lines_cmap.ipynb _
---------------------------------------------------------------------------
# for testing, ignore
notebook_finished()
---------------------------------------------------------------------------
AssertionError Traceback (most recent call last)
Cell In[19], line 2
1 # for testing, ignore
----> 2 notebook_finished()
File ~/work/fastplotlib/fastplotlib/examples/notebooks/nb_test_utils.py:85, in notebook_finished()
83 def notebook_finished():
84 if len(FAILURES) > 0:
---> 85 raise AssertionError(
86 f"Failures for plots:\n{FAILURES}"
87 )
AssertionError: Failures for plots:
['lines-cmap-white', 'lines-cmap-jet', 'lines-cmap-jet-values', 'lines-cmap-jet-values-cosine', 'lines-cmap-viridis', 'lines-cmap-viridis-values', 'lines-cmap-tab-10']
__ /home/runner/work/fastplotlib/fastplotlib/examples/notebooks/simple.ipynb ___
---------------------------------------------------------------------------
# for testing, ignore
notebook_finished()
---------------------------------------------------------------------------
AssertionError Traceback (most recent call last)
Cell In[64], line 2
1 # for testing, ignore
----> 2 notebook_finished()
File ~/work/fastplotlib/fastplotlib/examples/notebooks/nb_test_utils.py:85, in notebook_finished()
83 def notebook_finished():
84 if len(FAILURES) > 0:
---> 85 raise AssertionError(
86 f"Failures for plots:\n{FAILURES}"
87 )
AssertionError: Failures for plots:
['camera', 'astronaut', 'astronaut_RGB', 'lines', 'lines-colors', 'lines-data', 'lines-underlay', 'lines-3d']
=========================== short test summary info ============================
FAILED examples/notebooks/lines_cmap.ipynb:: - ['lines-cmap-white', 'lines-cmap-jet', 'lines-cmap-jet-values', 'lines-cmap-jet-values-cosine', 'lines-cmap-viridis', 'lines-cmap-viridis-values', 'lines-cmap-tab-10']
FAILED examples/notebooks/simple.ipynb:: - ['camera', 'astronaut', 'astronaut_RGB', 'lines', 'lines-colors', 'lines-data', 'lines-underlay', 'lines-3d']
======================== 2 failed, 10 passed in 47.03s =========================
Error: Process completed with exit code 1. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #352