-
-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
Summary
The exported *_data() functions mcmc_areas_ridges_data(), mcmc_parcoord_data(), and mcmc_trace_data() currently lack dedicated unit tests. While their corresponding plotting functions have visual regression tests via vdiffr, the data-preparation functions themselves are not directly tested for correct output structure, column names, argument handling, or error conditions.
mcmc_areas_ridges_data(): No tests for output structure (parameter,x,density,intervalcolumns), delegation tomcmc_areas_data()withpoint_est = "none", or multi-parameter usage.mcmc_parcoord_data(): No tests for output structure (Draw,Parameter,Value,Divergentcolumns), defaultDivergent = 0whennp = NULL, thenpargument path, the minimum 2-parameter requirement, orregex_parssupport.mcmc_trace_data(): No tests for output structure and dimensions,highlight,n_warmup,iter1, negativeiter1error, mutual exclusivity ofn_warmup/iter1, multi-parameter support, orvalue_rankcomputation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels