Skip to content

Commit 47d2bde

Browse files
committed
deepproperties -> deep_properties
1 parent 0cce7ef commit 47d2bde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/StatisticalTraits.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const TRAITS = [
3434
:distribution_type,
3535
:iteration_parameter,
3636
:supports_training_losses,
37-
:deepproperties
37+
:deep_properties
3838
]
3939

4040

@@ -169,7 +169,7 @@ reports_each_observation(::Type) = false
169169
distribution_type(::Type) = missing
170170
iteration_parameter(::Type) = nothing
171171
supports_training_losses(::Type) = false
172-
deepproperties(::Type) = ()
172+
deep_properties(::Type) = ()
173173

174174
# Returns a tuple, with one entry per field of `T` (the type of some
175175
# statistical model, for example). Each entry is `nothing` or defines

0 commit comments

Comments
 (0)