Closed wlandau-lilly closed 3 years ago
This PR fixes the error from #7 with a one-parameter model with DIC = FALSE. I also added a regression test to prevent the error from coming back.
DIC = FALSE
By the way, the Git diff appears long because your machine and mine assign whitespace differently. If you hide whitespace changes in the GitHub view, you will see a more informative view of what I changed.
This PR fixes the error from #7 with a one-parameter model with
DIC = FALSE
. I also added a regression test to prevent the error from coming back.