Skip to content
New issue

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

Skip unsavable #321

Merged
merged 2 commits into from
Jun 9, 2024
Merged

Skip unsavable #321

merged 2 commits into from
Jun 9, 2024

Conversation

yasirroni
Copy link
Contributor

If save('-v6', '-mat-binary', output_file, 'result', 'err'); fail in _pyeval.m, recursive check data type. Remove cell or struct value if not from {'double', 'char', 'logical', 'sparse'}.

If you have other data types list or a better way to support if a data savable, please give feed back.

@yasirroni
Copy link
Contributor Author

@blink1073 Does that errors due to my changes? I didn't see that errors running on my local after my changes. Please review. Thanks.

@yasirroni
Copy link
Contributor Author

yasirroni commented Jun 5, 2024

Tests failed here:

tests/test_misc.py::TestMisc::test_plot FAILED                           [ 16%]
tests/test_usage.py::TestUsage::test_extract_figures FAILED              [ 71%]
tests/test_usage.py::TestUsage::test_keyword_arguments FAILED            [ 74%]
tests/ipython/test_octavemagic.py::OctaveMagicTest::test_octave_plot FAILED [ 98%]
tests/ipython/test_octavemagic.py::OctaveMagicTest::test_octave_roundtrip FAILED [ 99%]

Tests failed on master https://github.com/yasirroni/oct2py/actions/runs/9385250320 in yasirroni@ef97de8

tests/test_misc.py::TestMisc::test_plot FAILED                           [ 16%]
tests/test_usage.py::TestUsage::test_extract_figures FAILED              [ 71%]
tests/test_usage.py::TestUsage::test_keyword_arguments FAILED            [ 74%]
tests/ipython/test_octavemagic.py::OctaveMagicTest::test_octave_plot FAILED [ 98%]
tests/ipython/test_octavemagic.py::OctaveMagicTest::test_octave_roundtrip FAILED [ 99%]

@blink1073
Copy link
Owner

Yes, I'm not sure why the plotting backend started failing in CI, I haven't had a chance to look into it.

Copy link
Owner

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@blink1073 blink1073 merged commit e27d7cc into blink1073:main Jun 9, 2024
6 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants