-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
I expected insert! to work, but it seems that isn't defined for OrderedDict.
julia> insert!(material_data, 14, "Average Operating Temperature" => T_Avg)
ERROR: MethodError: no method matching insert!(::OrderedCollections.OrderedDict{String, Any}, ::Int64, ::Pair{String, Quantity{…}})Likewise for pushfirst!, popat!, etc.
Metadata
Metadata
Assignees
Labels
No labels