Closed BoPeng closed 5 years ago
In the following scenario, a=2 is assigned inside a step, which will not be executed again if the step is ignored due to signature,
a=2
So in general I think use of signature in interactive mode can cause confusions. Since users can always use signature using %run or %sosrun (in batch mode), perhaps it is better to force ignore signature mode?
%run
%sosrun
ignore
In the following scenario,
a=2
is assigned inside a step, which will not be executed again if the step is ignored due to signature,