Skip to content

Commit 99960f8

Browse files
committed
removed outdated TODO
1 parent ff25050 commit 99960f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rascal2/widgets/controls.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ def __init__(self, parent):
4747

4848
# create box containing chi-squared value
4949
chi_layout = QtWidgets.QHBoxLayout()
50-
# TODO hook this up when we can actually run
51-
# https://github.com/RascalSoftware/RasCAL-2/issues/9
5250
self.chi_squared = QtWidgets.QLineEdit()
5351
self.chi_squared.setReadOnly(True)
5452
chi_layout.addWidget(QtWidgets.QLabel("Current chi-squared:"))

0 commit comments

Comments
 (0)