Skip to content

Commit c751938

Browse files
committed
update docstring
1 parent 0bdf3fb commit c751938

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

covasim/analysis.py

+2
Original file line numberDiff line numberDiff line change
@@ -1266,6 +1266,8 @@ class Calibration(Analyzer):
12661266
calib = cv.Calibration(sim, calib_pars, total_trials=100)
12671267
calib.calibrate()
12681268
calib.plot()
1269+
1270+
New in version 3.0.3.
12691271
'''
12701272

12711273
def __init__(self, sim, calib_pars=None, custom_fn=None, n_trials=None, n_workers=None, total_trials=None, name=None, db_name=None, storage=None, label=None, verbose=True):

0 commit comments

Comments
 (0)