Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mapplings/cleaners/mappling_cleaner.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ def reap_blank(mappling: MappedTiling) -> MappedTiling:
)

@staticmethod
@reg(14)
# @reg(14) # broken and duplicate of a function on params
def remove_blank_rows_and_cols_params(mappling: MappedTiling) -> MappedTiling:
"""Deletes all rows and cols in the parameters which have no obs or reqs,
ignoring point rows and columns and obstructions which are already on the
Expand Down
Loading