Closed oooo26 closed 1 year ago
@oooo26 , I have just seen the test file. If either beta_low
or beta_high
is set, any bug will occur?
@oooo26 , I have just seen the test file. If either
beta_low
orbeta_high
is set, any bug will occur?
Thank you for checking! There is no bug. But let me add more tests on that.
And please also note that:
beta_low
>beta_high
, but it will ignore the beta range limitation if so. Python side will check and raise error;Patch coverage: 100.00%
and project coverage change: +0.01%
:tada:
Comparison is base (
9c97655
) 97.73% compared to head (9b40936
) 97.74%. Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks! I think this is fine, and we can merge it.
R API has been updated in 96ed869f48a0ba954b1ef101616dbf12ae7cbd3a.
beta_low
,beta_high
; (TODO)