We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f4873 commit 0f17633Copy full SHA for 0f17633
utils/compare.py
@@ -127,7 +127,7 @@ def merge_values(values, merge_function):
127
return values.groupby(level=1).apply(merge_function)
128
129
130
-def get_values(values, lhs_name, rhs_name):
+def get_values(values, lhs_name=None, rhs_name=None):
131
exclude_cols = ["diff", "t-value", "p-value", "significant"]
132
exclude_cols.extend([f'std_{lhs_name}', f'std_{rhs_name}'])
133
values = values[[c for c in values.columns if c not in exclude_cols]]
0 commit comments