Now that we're not using PSY types in IOM--see the open PR--POM's "HVDC System with Losses Network" test errors. IOM's _add_generic_incremental_interpolation_constraint is looking for the key DCVoltage__InterconnectingConverter, when the closest thing stored is DCVoltage__DCBus. Before, we could handle that edge case in a one-off if statement: that's no longer an option, because we'd need to invoke the PSY components DCBus and InterconnectingConverter.
Now that we're not using PSY types in IOM--see the open PR--POM's
"HVDC System with Losses Network"test errors. IOM's_add_generic_incremental_interpolation_constraintis looking for the keyDCVoltage__InterconnectingConverter, when the closest thing stored isDCVoltage__DCBus. Before, we could handle that edge case in a one-offifstatement: that's no longer an option, because we'd need to invoke the PSY componentsDCBusandInterconnectingConverter.