NOAA-OWP / DMOD

Distributed Model on Demand infrastructure for OWP's Model as a Service
Other
7 stars 15 forks source link

Determine locations where `dmod.communication.Response` subtypes use their `data` field like dictionaries #360

Open aaraney opened 1 year ago

aaraney commented 1 year ago

Prior to #331, dmod.communication.Response's data field was an Optional[dict]. Post #331, dmod.communication.Response's data field is an Optional[dmod.core.Serializable]. The majority of instances where data fields were accessed or used as dictionaries were refactored in #331, however there may still be places that have not been updated. This issue serves to report where those bugs exist.

Related to #347.

aaraney commented 1 year ago