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

Add test for _orthants_MVN_Gibbs_sampling #650

Merged
merged 4 commits into from
Dec 18, 2023

Conversation

not522
Copy link
Member

@not522 not522 commented Oct 6, 2023

Contributor License Agreement

This repository (optuna-dashboard) and Goptuna share common code.
This pull request may therefore be ported to Goptuna.
Make sure that you understand the consequences concerning licenses and check the box below if you accept the term before creating this pull request.

  • I agree this patch may be ported to Goptuna by other Goptuna contributors.

Reference Issues/PRs

Please merge #649 first.

What does this implement/fix? Explain your changes.

Add test for _orthants_MVN_Gibbs_sampling. Since it is difficult to test the algorithm involving random numbers, this test only checks that the function works and the return value's shape.

Copy link

github-actions bot commented Dec 5, 2023

This pull request has not seen any recent activity.

@github-actions github-actions bot added the stale for stale bot label Dec 5, 2023
Copy link

This pull request was closed automatically because it had not seen any recent activity. If you want to discuss it, you can reopen it freely.

@github-actions github-actions bot closed this Dec 13, 2023
@c-bata c-bata reopened this Dec 14, 2023
@c-bata
Copy link
Member

c-bata commented Dec 14, 2023

@not522 Could you resolve the CI failure and file conflict? Or you could simply close this PR.

@github-actions github-actions bot removed the stale for stale bot label Dec 14, 2023
@not522 not522 marked this pull request as ready for review December 18, 2023 07:15
Copy link

codecov bot commented Dec 18, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (c38d0d9) 67.20% compared to head (bb31e36) 68.22%.
Report is 44 commits behind head on main.

Files Patch % Lines
optuna_dashboard/_app.py 97.22% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #650      +/-   ##
==========================================
+ Coverage   67.20%   68.22%   +1.02%     
==========================================
  Files          35       35              
  Lines        2293     2329      +36     
==========================================
+ Hits         1541     1589      +48     
+ Misses        752      740      -12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@not522
Copy link
Member Author

not522 commented Dec 18, 2023

Thank you for notification. I have updated to resolve conflict and marked it ready for review. Could you check it?

@c-bata c-bata merged commit bb2a7ed into optuna:main Dec 18, 2023
14 checks passed
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.

None yet

2 participants