Skip to content

Commit

Permalink
Amend TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mlauer154 committed Sep 1, 2023
1 parent ec626fc commit 23e4570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymead/gui/bounds_values_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ def compare_data(self):
nd = new_data[idx]
data_to_modify[nd[0]] = {"value": nd[1], "bounds": [nd[2], nd[3]], "active": bool(nd[4]), "eq": nd[5]}

# TODO: make equation cell later
# TODO: make equation cell wider

return data_to_modify

0 comments on commit 23e4570

Please sign in to comment.