Skip to content

Commit 4519c86

Browse files
Update src/petab_gui/controllers/table_controllers.py
Co-authored-by: Daniel Weindl <dweindl@users.noreply.github.com>
1 parent a5475db commit 4519c86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/petab_gui/controllers/table_controllers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ def _rank_dose_candidates(self, df) -> list[str]:
776776
re.IGNORECASE,
777777
)
778778
scores = {}
779-
for col in df.columns: # noqa: B007
779+
for col in df.columns:
780780
s = 0.0
781781
if patt.search(col or ""):
782782
s += 2.0

0 commit comments

Comments
 (0)