Skip to content

Commit

Permalink
remove metric init requirements in inverse_estimation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
annahedstroem authored Feb 23, 2024
1 parent a14c109 commit c4032d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions quantus/metrics/inverse_estimation.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ def __init__(
**kwargs,
)

# Asserts and warnings.
if metric_init.name == "ROAD":
metric_init.return_only_values = True
if metric_init.name == "Region-Perturbation":
metric_init.order = "morf"
# Asserts and warnings. # Skip for now, might revisit later.
# if metric_init.name == "ROAD":
# metric_init.return_only_values = True
#if metric_init.name == "Region Perturbation":
# metric_init.order = "morf"

# TODO. Update warnings.
if not self.disable_warnings:
Expand Down

0 comments on commit c4032d9

Please sign in to comment.