mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
fix duplicate plot.py
This commit is contained in:
parent
8bf0312b8a
commit
14917440db
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ def get_num_rows(
|
|||
dataframe: pd.DataFrame, ignored_cols: list[str], config: AttributeDict
|
||||
) -> tuple[int, list[str]]:
|
||||
"""each matrix has 2 params (on for x and y each), one value, and we aggregate over seeds;
|
||||
if there are more than than these 4 parameter with different values,
|
||||
if there are more than these 4 parameter with different values,
|
||||
we want to put that in separate rows instead of aggregating over them.
|
||||
returning: the number of rows (atleast 1) and the names of the cols"""
|
||||
necesarry_rows = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue