Build XASObject in GUI via read_from_input_information
2 unresolved threads
2 unresolved threads
Compare changes
Files
2@@ -3,24 +3,15 @@ from typing import Optional
@@ -96,38 +87,16 @@ class XASObjectDialog(qt.QWidget):
@@ -239,6 +208,7 @@ class XASObjectDialog(qt.QWidget):
@@ -250,6 +220,7 @@ class XASObjectDialog(qt.QWidget):
what is the meaning of "TODO UNUSED" / That it should be removed ? Is so then maybe now is the time
Yes it is unused in the
est
codebase so far. I thought about removing it but I wanted to check first with you if there was a chance it could be used elsewhere (since this is public API)No I don't think this can be used elsewhere. You can remove it safely thanks.
changed this line in version 8 of the diff