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
{{ message }}
This repository was archived by the owner on Mar 25, 2026. It is now read-only.
Should the objects of ComputingConfiguration class be mutable (the original compute settings changed in the object)? Or should it always keep the original settings and new can be added/updated on the fly, when the submission script is being created?
Should the objects of
ComputingConfigurationclass be mutable (the original compute settings changed in the object)? Or should it always keep the original settings and new can be added/updated on the fly, when the submission script is being created?