Skip to content

Commit

Permalink
Add input and output dim
Browse files Browse the repository at this point in the history
  • Loading branch information
dannys4 committed Feb 6, 2024
1 parent 8195c60 commit b114ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MParT.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module MParT
import Base: getindex, lastindex, show, iterate, convert

ConditionalMapBasePtr = CxxWrap.StdLib.SharedPtr{<:ConditionalMapBase}
for op = (:Evaluate, :Gradient, :Inverse,
for op = (:Evaluate, :Gradient, :Inverse, :inputDim, :outputDim,
:LogDeterminant, :LogDeterminantCoeffGrad, :LogDeterminantInputGrad,
:numCoeffs, :CoeffMap, :CoeffGrad, :SetCoeffs, :TestError)
eval(quote
Expand Down

0 comments on commit b114ca9

Please sign in to comment.