lanl-ansi / PowerModelsProtection.jl

Fault study formulations for PowerModels and PowerModelsDistribution
Other
9 stars 4 forks source link

Use strings instead of ints for indexing faults in solution #2

Closed bluejuniper closed 3 years ago

bluejuniper commented 4 years ago

This follows PowerModels convention for now. Additionally, JSON only supports string keys for dictionaries. The Julia JSON printer will convert int keys to strings without warning but this seems like a potential problem.

bluejuniper commented 3 years ago

using strings now