generated from pyiron/pyiron_module_template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔥 🐛 make sure for-loops re-set their value links like macros (#373)
Honestly, I basically just forgot that for-loops are not actually macros. Ideally, this behaviour would come from a shared parent class, like `StaticComposite` analogous to `StaticNode`. Unfortunately, that gives circular imports because the creator object is on `Composite`. Once `Workflow` and `Macro` do not share access to the creator, such an abstraction will be possible. In the meantime, I just tolerate the once-duplicated code.
- Loading branch information
Showing
1 changed file
with
52 additions
and
0 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