Skip to content

Commit

Permalink
Only keep the second assertion in verify and nothing else
Browse files Browse the repository at this point in the history
  • Loading branch information
niwilso committed Jul 11, 2023
1 parent dc4a7b4 commit 2ac2870
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ def test_verify_correctly(

# Assert
# assert type(test_image_verify) == PIL.Image.Image
# assert len(test_common_labels) / len(test_all_labels) >= 0.5
_strip_score(expected_analyzer_results)
_strip_score(test_analyzer_results_formatted)
assert _set_of_tuples(test_analyzer_results_formatted) == _set_of_tuples(expected_analyzer_results)
assert len(test_common_labels) / len(test_all_labels) >= 0.5
# _strip_score(expected_analyzer_results)
# _strip_score(test_analyzer_results_formatted)
# assert _set_of_tuples(test_analyzer_results_formatted) == _set_of_tuples(expected_analyzer_results)

def test_eval_dicom_correctly(
mock_instance: pydicom.dataset.FileDataset,
Expand Down

0 comments on commit 2ac2870

Please sign in to comment.