Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
tests: filter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jul 29, 2019
1 parent 07d741d commit 8ba3cca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_session_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from __future__ import division, print_function

import numpy as np
import pytest

from shapeout.session import index, rw
from shapeout.analysis import Analysis
Expand Down Expand Up @@ -53,6 +54,9 @@ def test_070hierarchy2():
cleanup()


@pytest.mark.filterwarnings('ignore::dclab.rtdc_dataset.'
+ 'ancillaries.ancillary_feature.'
+ 'BadFeatureSizeWarning')
def test_074hierarchy2():
analysis = compatibility_task("session_v0.7.4_hierarchy2.zmso")

Expand Down

0 comments on commit 8ba3cca

Please sign in to comment.