cvanoli
cvanoli
-Deleted `pd.sum.sum` which was giving memory error. Changed it to a `for loop summing on every row`
In targets/synthesis, when a count column is passed, the adding or removing rows is done in two functions: `_add_rows_by_count` or `_remove_rows_by_count`. Inside these functions, there is a case that is...
In spandex/targets/synthesis, when a count column is passed, the target value is matched by the sum of the count column instead of counting the number of rows. In the allocation...