SciML / LabelledArrays.jl

Arrays which also have a label for each element for easy scientific machine learning (SciML)
https://docs.sciml.ai/LabelledArrays/stable/
Other
120 stars 21 forks source link

convert from NamedTuple to LabelledArray? #96

Closed fkrauer closed 3 years ago

fkrauer commented 3 years ago

Is it possible to convert from a NamedTuple to a LabelledArray?

ChrisRackauckas commented 3 years ago

There was a missing constructor fixed in #97