Skip to content

Commit

Permalink
samples(SemObsCov) throws an exception
Browse files Browse the repository at this point in the history
  • Loading branch information
alyst committed Jun 26, 2024
1 parent c54fa33 commit ee5b0be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/observed/covariance.jl
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ end
nsamples(observed::SemObservedCovariance) = observed.nsamples
nobserved_vars(observed::SemObservedCovariance) = observed.nobs_vars

samples(observed::SemObservedCovariance) =
error("$(typeof(observed)) does not store data samples")

############################################################################################
### additional methods
############################################################################################
Expand Down

0 comments on commit ee5b0be

Please sign in to comment.