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
will output 2,3,4,4, when it should output 2,3,4,2
I think this comes from the use of a kwargs structure that is scoped to the definition of the f app and mutated on every invocation, in parsl/app/bash.py
given
then the app call sequence:
will output 2,3,4,4, when it should output 2,3,4,2
I think this comes from the use of a
kwargs
structure that is scoped to the definition of thef
app and mutated on every invocation, inparsl/app/bash.py
This branch adds a more fleshed out test case:
https://github.com/Parsl/parsl/tree/benc-1058-bash-app-kwarg-defaults
The text was updated successfully, but these errors were encountered: