Skip to content

Commit

Permalink
Inject structure node instead of ASE object
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass committed Oct 31, 2024
1 parent bdf5068 commit 03c573d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiidalab_qe/app/structure/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def render(self):
)

if structure: # loaded from process
self.manager.viewer.structure = structure.get_ase() # TODO why ase?
self.manager.viewer.structure = structure

self.structure_name_text = ipw.Text(
placeholder="[No structure selected]",
Expand Down

0 comments on commit 03c573d

Please sign in to comment.