-
-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Working my way through the tutorial, there was a stumbling in the TimeVaryingFunction
component.
Is this right?
src = TimeVaryingFunction(f) |
It raises (in Julia 1.10.0)
ERROR: LoadError: UndefKeywordError: keyword argument
name
not assigned
If it's @named
:
@named src = TimeVaryingFunction(f)
all's well.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working