Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Add Covid configs #456

Merged
merged 21 commits into from
May 20, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix test path
melanibe committed May 13, 2021
commit 2f27861a648e9cf5a2de2cbea31d070798f8f56e
Original file line number Diff line number Diff line change
@@ -2,7 +2,8 @@
from math import nan

from InnerEye.Common.metrics_constants import LoggingColumns
from InnerEye.ML.configs.utils.hierarchical_covid_model_report import get_dataframe_with_covid_labels, MULTICLASS_HUE_NAME
from InnerEye.ML.configs.reports.covid_hierarchical_model_report import MULTICLASS_HUE_NAME, \
get_dataframe_with_covid_labels


def test_get_dataframe_with_covid_labels() -> None: