-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
||
|
||
@network | ||
@pytest.mark.skip(reason="https://github.com/uw-cryo/coincident/issues/35") |
There was a problem hiding this comment.
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") |
There was a problem hiding this comment.
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>
api.rst
Also adds more tests for sliderule IO. cc @Jack-Hayes