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

Dev/feat/load data from archive #8

Merged
merged 38 commits into from
Jun 26, 2024

Conversation

nmaeder
Copy link
Contributor

@nmaeder nmaeder commented Jun 18, 2024

No description provided.

setup.py Fixed Show fixed Hide fixed

try:
import IPython.display
except ImportError:

Check notice

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.
with pytest.raises(exc) as excinfo:
raise exc(msg)

assert str(excinfo.value) == msg

Check warning

Code scanning / CodeQL

Unreachable code Warning

This statement is unreachable.
@MTLehner MTLehner merged commit b75cc60 into rinikerlab:main Jun 26, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants