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
The function types defined here in the Simulations.jl file should have constructors. Currently function data is stored as a dictionary with :operator and :type key which, when you think of it, was really the point of struct types.
The text was updated successfully, but these errors were encountered:
The function types defined here in the Simulations.jl file should have constructors. Currently function data is stored as a dictionary with
:operator
and:type
key which, when you think of it, was really the point of struct types.The text was updated successfully, but these errors were encountered: