Skip to content

Fixed minor bug with profile-design#12

Merged
jeswheel merged 1 commit into
panelPomp-org:masterfrom
jeswheel:master
Jul 2, 2026
Merged

Fixed minor bug with profile-design#12
jeswheel merged 1 commit into
panelPomp-org:masterfrom
jeswheel:master

Conversation

@jeswheel

@jeswheel jeswheel commented Jul 2, 2026

Copy link
Copy Markdown
Member

Bug occurred if a user specified lower and upper bounds for unit-specific parameters by name for all units for a particular parameter class. For instance, the following would throw an error, though it is a reasonable way to specify parameter bounds:

df <- runif_panel_design(
   lower = c('a[u1]' = 0, 'b' = 10, 'a[u2]' = 0.5),
   upper = c('a[u1]' = 1, 'b' = 15, 'a[u2]' = 0.75),
   specific_names = c('a'),
   unit_names = paste0(rep('u', 2), 1:2),
   nseq = NSEQ
)

@jeswheel jeswheel self-assigned this Jul 2, 2026
@jeswheel jeswheel added the enhancement New feature or request label Jul 2, 2026
@codecov

codecov Bot commented Jul 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

@@           Coverage Diff           @@
##           master      #12   +/-   ##
=======================================
  Coverage   99.97%   99.97%           
=======================================
  Files          22       22           
  Lines        3136     3141    +5     
=======================================
+ Hits         3135     3140    +5     
  Misses          1        1           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jeswheel
jeswheel merged commit f211a6b into panelPomp-org:master Jul 2, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant