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
We should check only once if the CalcJobNode are empty, not eveytime we load the page/workchain. Now, for each CalcJobNode, we check the is_empty attribute. We need to verify that this is does not open ssh connections each time is it accesssed (see if it is a property). If each time it connects to remote, we should instead store an extra is_empty in the workchain, and then we only check if this attribute is not set.
The clean button remains red even if it is disabled. We should change the color (grey).
Improvements to be implemented:
CalcJobNode
are empty, not eveytime we load the page/workchain. Now, for eachCalcJobNode
, we check theis_empty
attribute. We need to verify that this is does not open ssh connections each time is it accesssed (see if it is aproperty
). If each time it connects to remote, we should instead store an extrais_empty
in the workchain, and then we only check if this attribute is not set.get_size_on_disk
method toRemoteData
aiidateam/aiida-core#6584This is a follow-up of #815
The text was updated successfully, but these errors were encountered: