You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Download-Request after an inference runs two functions of the inference-script. One of them requires an ase.Atoms-Object, since the Atom-data should be saved in the .cube-file that's to be created for download.
As far as I remember, the ase.Atoms Object is currently not stored after the inference is run. That change seems to be necessary though
The text was updated successfully, but these errors were encountered:
The Download-Request after an inference runs two functions of the inference-script. One of them requires an ase.Atoms-Object, since the Atom-data should be saved in the .cube-file that's to be created for download.
As far as I remember, the ase.Atoms Object is currently not stored after the inference is run. That change seems to be necessary though
The text was updated successfully, but these errors were encountered: