We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbdbe2e commit 946e405Copy full SHA for 946e405
bayesflow/diagnostics/metrics/mmd_hypothesis_test.py
@@ -172,6 +172,7 @@ def compute_mmd_hypothesis_test(
172
------
173
ValueError
174
- If the shapes of observed and reference data do not match on dimensions besides the first one.
175
+ - If approximator is not an instance of ContinuousApproximator or SummaryNetwork.
176
"""
177
if observed_data.shape[1:] != reference_data.shape[1:]:
178
raise ValueError(
0 commit comments