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

Refactor plotting functions into submodule #34

Merged
merged 6 commits into from
Dec 21, 2024
Merged

Refactor plotting functions into submodule #34

merged 6 commits into from
Dec 21, 2024

Conversation

scottyhq
Copy link
Member

@scottyhq scottyhq commented Dec 16, 2024

Also adds more tests for sliderule IO. cc @Jack-Hayes

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB



@network
@pytest.mark.skip(reason="https://github.com/uw-cryo/coincident/issues/35")
Copy link
Member Author

@scottyhq scottyhq Dec 16, 2024

Choose a reason for hiding this comment

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

disabling slideruleIO tests for now, as I can't get these tests to run consistently locally or in CI... #35

@network
@maxar_authenticated
@pytest.mark.filterwarnings("ignore:the actual content type does not match")
@pytest.mark.skip(reason="temporarily skip to see if CI failing due to async code")
Copy link
Member Author

Choose a reason for hiding this comment

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

On a hunch, I disabled this b/c other tests started failing with obscure errors on CI. Running locally I do not see these types of errors, will have to dig into it later, maybe look at how stac-asset does testing (https://github.com/stac-utils/stac-asset/tree/main/tests)

>                   warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
E                   pytest.PytestUnraisableExceptionWarning: Exception ignored in: <function _SelectorTransport.__del__ at 0x10251a200>
E                   
E                   Traceback (most recent call last):
E                     File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/selector_events.py", line 710, in __del__
E                       _warn(f"unclosed transport {self!r}", ResourceWarning, source=self)
E                   ResourceWarning: unclosed transport <_SelectorSocketTransport fd=28>

@scottyhq scottyhq merged commit 00d1a4f into main Dec 21, 2024
11 checks passed
@scottyhq scottyhq deleted the panel branch December 21, 2024 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant