Skip to content

Commit

Permalink
filter some warnings (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeplf authored Oct 5, 2023
1 parent f56c0a1 commit 981e70a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/app/test_cell_densities.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ def _get_compile_measurements_result(runner):
return runner.invoke(tested.app, args)


@pytest.mark.filterwarnings("ignore::atlas_densities.exceptions.AtlasDensitiesWarning")
def test_compile_measurements():
runner = CliRunner()
with runner.isolated_filesystem():
Expand Down Expand Up @@ -340,6 +341,7 @@ def _get_fitting_result(runner):
return runner.invoke(tested.app, args)


@pytest.mark.filterwarnings("ignore::atlas_densities.exceptions.AtlasDensitiesWarning")
def test_fit_average_densities():
runner = CliRunner()
with runner.isolated_filesystem():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ def get_initialization_data():
}


@pytest.mark.filterwarnings("ignore::atlas_densities.exceptions.AtlasDensitiesWarning")
def test_create_inhibitory_neuron_densities():
data = get_initialization_data()
densities = tested.create_inhibitory_neuron_densities(
Expand Down

0 comments on commit 981e70a

Please sign in to comment.