-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[patch] Introduce a flag for _not_ mangling the name of wrapped funct…
…ion jobs (#1356) * Introduce a flag for _not_ mangling the name of wrapped function jobs * Don't even override with function name, just keep the given name * Add comment on the private var * Indent and isolate the entire mangling block Then fall back on super() otherwise, to further clarify the intent of the mangling * Update pyiron_base/jobs/flex/pythonfunctioncontainer.py Co-authored-by: Jan Janssen <[email protected]> * Fix early return logic That we broke by committing the readability suggestion * Use a more descriptive name * fix formatting * Format black --------- Co-authored-by: Jan Janssen <[email protected]> Co-authored-by: pyiron-runner <[email protected]>
- Loading branch information
1 parent
d26e451
commit 3b56972
Showing
2 changed files
with
69 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters