Open
Description
-
Renaming of multi-output related items, see
Multi-output kernel naming & consistency #328 and
Revisit Multi-Output Support Naming Conventions #332 -
Change the multi output input type definitions to not have abstract types as fields. Change to something like:
struct MOInputIsotopicByFeatures{S,T<:AbstractVector{S}, U<:Integer} <: AbstractVector{Tuple{S,U}}
x::T
out_dim::U
end
-
Change
MOInputIsotopicByFeatures
toMOInputsIsotopicByFeatures
andMOInputIsotopicByOutputs
toMOInputsIsotopicByOutputs
-
Clean up field names in kernel structs
Add to the list as you see fit :)
Metadata
Metadata
Assignees
Labels
No labels