Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ipad 508 enable model designation for multimodel plots #21

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from

Conversation

curadomr
Copy link
Contributor

@curadomr curadomr commented Apr 5, 2024

Create validation tests to verify models field, part of the plots object used in addPlots, match requirements.
Essentially, "all" is the models default. If models != 'all', then plotType must contain 'multiModel' (checks.R)
Also, if models != 'all', models must contain model names as found in column names from mapping object. First, it searches for mapping object with the same name as the modelname found in the plots object (added to addPlots), if not found, it takes mapping object named as 'default'.

@jdblischak
Copy link
Contributor

Is this purposefully being submitted against the "dev" branch? If yes, it would be nice if someone could sync the dev branch so only the new changes are displayed in the PR's diff for review.

@paulnordlund
Copy link
Collaborator

Is this purposefully being submitted against the "dev" branch? If yes, it would be nice if someone could sync the dev branch so only the new changes are displayed in the PR's diff for review.

I've just synced the dev branch with main, thanks @jdblischak

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants