Skip to content

Commit

Permalink
Merge pull request #689 from AFM-SPM/ns-rse/672-remove-redundant-test
Browse files Browse the repository at this point in the history
Remove redundant test
  • Loading branch information
ns-rse authored Oct 10, 2023
2 parents 8c3be8a + 867adfb commit 14cd56d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions tests/tracing/test_dnatracing_single_grain.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,20 +92,6 @@ def test_get_disordered_trace(
np.testing.assert_array_equal(dnatrace.disordered_trace[-1,], end)


# Currently two errors are not caught, need to improve this when refactoring, just in case.
@pytest.mark.parametrize(
("min_skeleton_size", "problem"),
[
(4, None),
(4, 6),
],
)
def test_purge_obvious_crap_exceptions(dnatrace_linear: dnaTrace, min_skeleton_size: int, problem) -> None:
"""Test exceptions to purge_obvious_crap."""
dnatrace_linear.min_skeleton_size = min_skeleton_size
dnatrace_linear.disordered_trace = problem


# Currently linear molecule isn't detected as linear, although it was when selecting and extracting in a Notebook
@pytest.mark.parametrize(
("dnatrace", "mol_is_circular"),
Expand Down

0 comments on commit 14cd56d

Please sign in to comment.