Conversation
* update 12.2 -> 12.3 * fix minor * update core * file naming * update naming and remove environment variables
…when tests fail (#2224)
* use upstream workflow * change job name * Update .github/workflows/build-and-test.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * trigger * remove sln file from build and test * rename the job * use optional solution file name * test without the solution file name * change to main branch for workflow --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Fixes #2187 Automatic rename of like-named reactions * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * revert AI suggestion * add more test cases --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…except top container (#2244) * Fixes #1157 "Events" should not be allowed as name for any container * make it easier to understand * pr comments * exclude "Events" when there's no explicit prohibited names, and the container is not in a spatial structure * PR feedback * refactor test * add comments
* Initial plan * Fix crash when importing SBML model with non-Module parent in AddedEvent handler Co-authored-by: Yuri05 <25061876+Yuri05@users.noreply.github.com> * Clean up: remove redundant null check for module in refreshModuleIcon, improve test assertion Co-authored-by: Yuri05 <25061876+Yuri05@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Yuri05 <25061876+Yuri05@users.noreply.github.com>
…nsion module back to PK-Sim module (#2286)
In order to be able running build-nightly_v13.yml on dispatch from v13 branch
…er contract (#2384) OSPSuite.Core's CreateDistributedParameter now pre-creates the sub-parameters referenced by the distribution formula (Mean, Deviation/GeometricDeviation/Minimum/Maximum, Percentile). This requires MoBi's three callers of the mapper/factory to be adjusted so they no longer add duplicate sub-parameters or apply the value redundantly. PathAndValueEntityToDistributedParameterMapper: when a caller-supplied sub-parameter overlaps a factory-created one, update the existing child's value instead of calling Add (which would throw NotUniqueNameException). New unit test covers this case. IndividualParameterToParameterDTOMapper / SpatialStructureContentExporter: the OSPSuite.Core mapper now applies the value internally (constant formula for plain parameters, fixed value via Value setter for distributed). The redundant constant-formula assignment is removed and IFormulaFactory is no longer needed in either class.
Co-authored-by: Yuri05 <Yuri05@github.com>
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Excluded labels (none allowed) (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
rwmcintosh
approved these changes
Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Merge develop ➡️ main before release.
Type of change
Please mark relevant options with an
xin the brackets.How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Reviewer checklist
Mark everything that needs to be checked before merging the PR.
This change requires a documentation updateabove is selectedScreenshots (if appropriate):
Questions (if appropriate):