Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove ordered dict deprecated use #901

Closed
jd-lara opened this issue Dec 21, 2022 · 0 comments · Fixed by #899
Closed

remove ordered dict deprecated use #901

jd-lara opened this issue Dec 21, 2022 · 0 comments · Fixed by #899
Assignees

Comments

@jd-lara
Copy link
Member

jd-lara commented Dec 21, 2022

It looks like the code for the partitions is using a deprecated method for ordered dicts

test_simulation_partitions: ┌ Warning: Overwriting ThermalStandard existing model
└ @ PowerSimulations ~/.julia/dev/PowerSimulations/src/core/device_model.jl:87
┌ Warning: Overwriting ThermalStandard existing model
└ @ PowerSimulations ~/.julia/dev/PowerSimulations/src/core/device_model.jl:87
┌ Warning: Conversion to OrderedDict is deprecated for unordered associative containers (in this case, Dict{Int64, Int64}). Use an ordered or sorted associative type, such as SortedDict and OrderedDict.
│   caller = convert(#unused#::Type{OrderedDict{Int64, OrderedDict{Int64, Int64}}}, d::OrderedDict{Int64, Dict{Int64, Int64}}) at ordered_dict.jl:103
└ @ OrderedCollections ~/.julia/packages/OrderedCollections/PRayh/src/ordered_dict.jl:103
@jd-lara jd-lara assigned daniel-thom and jd-lara and unassigned daniel-thom Dec 21, 2022
@jd-lara jd-lara linked a pull request Dec 21, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants