Skip to content

Commit 7ee14fa

Browse files
committed
Rename mmd_hypothesis_test.py to model_misspecification.py
1 parent b18504b commit 7ee14fa

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

bayesflow/diagnostics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""
1+
r"""
22
A collection of plotting utilities and metrics for evaluating trained :py:class:`~bayesflow.workflows.Workflow`\ s.
33
"""
44

bayesflow/diagnostics/metrics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .root_mean_squared_error import root_mean_squared_error
44
from .expected_calibration_error import expected_calibration_error
55
from .classifier_two_sample_test import classifier_two_sample_test
6-
from .mmd_hypothesis_test import bootstrap_comparison, summary_space_comparison
6+
from .model_misspecification import bootstrap_comparison, summary_space_comparison

0 commit comments

Comments
 (0)