You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Incorrect result when using MMD with some chunk_size argument values. For many chunk_size values there is a difference between the MMD² with chunk_size=None and chunk_size!=None.
For the provided code to reproduce, the following chunk_size values produce an incorrect result: 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 18, 19. The remaining values between 1 and 20 produce a correct result.
Describe the bug
Incorrect result when using MMD with some chunk_size argument values. For many chunk_size values there is a difference between the MMD² with
chunk_size=None
andchunk_size!=None
.For the provided code to reproduce, the following chunk_size values produce an incorrect result: 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 18, 19. The remaining values between 1 and 20 produce a correct result.
Steps/Code to Reproduce
Expected Results
No error is thrown.
Actual Results
Versions
'0.5.1'
The text was updated successfully, but these errors were encountered: