Skip to content

Commit

Permalink
post merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
spjuhel committed Jun 3, 2024
1 parent 1940f64 commit 48a0c4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
import pandas as pd
import pytest

import boario

boario.disable_console_logging()

@pytest.fixture
Expand Down
2 changes: 2 additions & 0 deletions tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

from boario.utils.recovery_functions import *

import boario

boario.disable_console_logging()

##### UNIT TESTS
Expand Down

0 comments on commit 48a0c4e

Please sign in to comment.