metrumresearchgroup / bbr

R interface for model and project management
https://metrumresearchgroup.github.io/bbr/
Other
22 stars 2 forks source link

`inherit_param_estimates` tests fail outside of Drone or Metworx #639

Closed kyleam closed 5 months ago

kyleam commented 5 months ago

From b226df7a (tests: add missing skips for SUM1-based tests, 2023-11-20, gh-621):

When not running on Metworx or Drone, setup-workflow-ref.R doesn't define SUM1. Most spots that use SUM1 call skip_if_not_drone_or_metworx() to avoid an "object 'SUM1' not found" error. Fix the two spots that don't.

Since then, the merge of gh-623 introduced five more spots that fail with that error, all within test-inherit-param-estimates.R.

cc: @barrettk

seth127 commented 5 months ago

Closed by https://github.com/metrumresearchgroup/bbr/pull/641