We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff25050 commit 99960f8Copy full SHA for 99960f8
rascal2/widgets/controls.py
@@ -47,8 +47,6 @@ def __init__(self, parent):
47
48
# create box containing chi-squared value
49
chi_layout = QtWidgets.QHBoxLayout()
50
- # TODO hook this up when we can actually run
51
- # https://github.com/RascalSoftware/RasCAL-2/issues/9
52
self.chi_squared = QtWidgets.QLineEdit()
53
self.chi_squared.setReadOnly(True)
54
chi_layout.addWidget(QtWidgets.QLabel("Current chi-squared:"))
0 commit comments