From e3f038ed6db8f4601bc968741228e388323aaf6a Mon Sep 17 00:00:00 2001 From: Johannes Buchner Date: Tue, 6 Sep 2022 09:28:29 +0200 Subject: [PATCH] module name doc --- ultranest/hotstart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ultranest/hotstart.py b/ultranest/hotstart.py index 2a9e5d7b..ef2e5847 100644 --- a/ultranest/hotstart.py +++ b/ultranest/hotstart.py @@ -1,4 +1,4 @@ -"""Hot start helper functions.""" +"""Warm start and hot start helper functions.""" import numpy as np import scipy.stats