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

22 bug logging in jupyter notebooks #27

Merged
merged 5 commits into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
178 changes: 0 additions & 178 deletions Tutorial.ipynb

This file was deleted.

4 changes: 2 additions & 2 deletions brainles_aurora/inferer/dataclasses.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ class BaseConfig:
"""Base configuration for the Aurora model inferer.

Attributes:
log_level (int | str, optional): Logging level. Defaults to logging.INFO.
log_level (int, optional): Logging level. Defaults to logging.INFO.
"""

log_level: int | str = logging.INFO
log_level: int = logging.INFO


@dataclass
Expand Down
Loading
Loading