greta-dev / greta

simple and scalable statistical modelling in R
https://greta-stats.org
Other
518 stars 63 forks source link

Fix `compare_iid_samples` for wishart #588

Open njtierney opened 1 year ago

njtierney commented 1 year ago

This test

  compare_iid_samples(wishart,
    rwish,
    parameters = list(df = 7, Sigma = sigma)
  )

Fails in test_iid_samples.R