Skip to content

Commit

Permalink
improve inline comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaminietta committed Mar 5, 2024
1 parent 0e61a16 commit 8926dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcda/mcda_without_robustness.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def normalize_indicators(self, method=None) -> dict:
if method is None or method == 'target':
indicators_scaled_target_01 = norm.target(feature_range=(0, 1))
indicators_scaled_target_no0 = norm.target(
feature_range=(0.1, 1)) # for aggregation "geometric" and "harmonic" that accept no 0
feature_range=(0.1, 1)) # for aggregation "geometric" and "harmonic" that do not accept 0
normalized_indicators["target_no0"] = indicators_scaled_target_no0
normalized_indicators["target_01"] = indicators_scaled_target_01
if method is None or method == 'standardized':
Expand Down

0 comments on commit 8926dfa

Please sign in to comment.