Skip to content

Commit

Permalink
Merge pull request #27 from BrainLesion/22-bug-logging-in-jupyter-not…
Browse files Browse the repository at this point in the history
…ebooks

22 bug logging in jupyter notebooks
  • Loading branch information
neuronflow authored Feb 1, 2024
2 parents e552d57 + a49b9d0 commit 02e74bc
Show file tree
Hide file tree
Showing 8 changed files with 114 additions and 269 deletions.
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

0 comments on commit 02e74bc

Please sign in to comment.