Skip to content

More ddp options#16

Merged
eloch216 merged 4 commits intodevelopfrom
more-ddp-options
Aug 21, 2025
Merged

More ddp options#16
eloch216 merged 4 commits intodevelopfrom
more-ddp-options

Conversation

@eloch216
Copy link
Copy Markdown
Contributor

This PR adds an option to specify driver-specific initial values and parameters. It also addresses issue #14.

I was developing these tests using BioCro version 3.2.0-3, but the online checks are using version 3.2.0, which produces different error messages. So I changed some tests so they don't check the content of error messages, which may differ with different BioCro versions.
@eloch216 eloch216 merged commit 0398640 into develop Aug 21, 2025
8 checks passed
@eloch216 eloch216 deleted the more-ddp-options branch August 21, 2025 19:28
base_list[[element_name]] <- new_list[[element_name]]
}
base_list
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

modifyList does this, but it would also add new elements. Not sure if you want that.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't know about modifyList. Whenever combine_lists is called, the two lists have already been checked to make sure that the new list only has elements that already in the base list. So that wouldn't be an important difference.

I will replace combine_lists with modifyList.

@eloch216 eloch216 mentioned this pull request Sep 5, 2025
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.

2 participants