Closed lang-m closed 1 year ago
Patch coverage: 100.00
% and no project coverage change.
Comparison is base (
4d9428e
) 99.82% compared to head (8d615b9
) 99.82%.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Content approved.
A separate
_schedule_commands
methods is now used to create all required calculator calls for a script. This is required to take calculator specific details into account, e.g. OOMMF requires calls to launchhost and kill in addition to the "actual" call.With these changes the
dry_run
option is not any longer needed in the public interface and therefore I removed it.