Skip to content

Commit f0f5c59

Browse files
committed
Report alive only if fit_status=True
1 parent de6fcaf commit f0f5c59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mop/management/commands/fit_need_events_PSPL.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def run_fit(mulens, cores=0, verbose=False):
6969
# current time relative to its t0 and tE
7070
if fit_status:
7171
alive = fittools.check_event_alive(model_params['t0'], model_params['tE'], mulens.last_observation)
72-
logger.info(mulens.name + ' alive status: ' + repr(alive))
72+
logger.info(mulens.name + ' alive status: ' + repr(alive))
7373

7474
t10 = datetime.datetime.utcnow()
7575
if verbose: utilities.checkpoint()

0 commit comments

Comments
 (0)