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

Fixing a bug in IntArrayContainer.merge and adding tests #384

Merged
merged 3 commits into from
Dec 19, 2024

Conversation

Craigacp
Copy link
Member

Description

The merge method should not duplicate inputs, which can lead to issues in the regression trees which use that method.

Motivation

Fix for #383 and more tests for IntArrayContainer.

@Craigacp Craigacp added the Oracle employee This PR is from an Oracle employee label Nov 27, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Nov 27, 2024
JackSullivan
JackSullivan previously approved these changes Dec 17, 2024
Copy link
Member

@JackSullivan JackSullivan left a comment

Choose a reason for hiding this comment

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

Looks good to me

@Craigacp Craigacp merged commit c87fd5e into main Dec 19, 2024
14 checks passed
@Craigacp Craigacp deleted the intarraycontainer-fix branch December 19, 2024 15:44
Craigacp added a commit that referenced this pull request Dec 22, 2024
* Fixing a bug in IntArrayContainer.merge and adding tests for that method and the others.

* Fixing tests.

* Review fixes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement. Oracle employee This PR is from an Oracle employee
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants