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

Modify MeanEnsemble to accumulate results in-place #8140

Closed
wants to merge 58 commits into from

Conversation

staydelight
Copy link
Contributor

Fixes #6366 .

Description

According to the description in issue 6366, modify MeanEnsemble.

Types of changes

  • Non-breaking change (fix or new feature that would not break existing functionality).
  • Breaking change (fix or new feature that would cause existing functionality to change).
  • New tests added to cover the changes.
  • Integration tests passed locally by running ./runtests.sh -f -u --net --coverage.
  • Quick tests passed locally by running ./runtests.sh --quick --unittests --disttests.
  • In-line docstrings updated.
  • Documentation updated, tested make html command in the docs/ folder.

staydelight and others added 30 commits June 13, 2024 23:00
Add a function to create a JSON file that maps input and output paths.

Signed-off-by: staydelight <[email protected]>
Remove changes unrelated to this issue.

Signed-off-by: staydelight <[email protected]>
Remove changes unrelated to this issue.

Signed-off-by: staydelight <[email protected]>
Remove changes unrelated to this issue.

Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
Add code for generating a mapping json file.

Signed-off-by: staydelight <[email protected]>
Change mapping_json_path init way.

Signed-off-by: staydelight <[email protected]>
Fixing unsuccessful checks.

Signed-off-by: staydelight <[email protected]>
Fixes unseccessful ckecks. (if mapping_json_path is not None)

Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
staydelight and others added 28 commits July 25, 2024 12:35
Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
Signed-off-by: staydelight <[email protected]>
@staydelight staydelight deleted the fix-issue-6366 branch October 11, 2024 08:12
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.

MeanEnsemble to accumulate results in-place
1 participant