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
self.data.update_data() # otherwise, data might not be available
returnself.data.data, self.data.atoms
else:
# TODO: support both, Nodes and Connections
returnself.reference, self.data
currently, nodes that do AnalyseProcessAtoms have a somehow hard coded reference, this should be changed to allow e.g. predictionmetrics from two different calculators more easily
The text was updated successfully, but these errors were encountered:
IPSuite/ipsuite/base/base.py
Lines 133 to 145 in 75e0a5d
currently, nodes that do AnalyseProcessAtoms have a somehow hard coded reference, this should be changed to allow e.g. predictionmetrics from two different calculators more easily
The text was updated successfully, but these errors were encountered: