style: fmt
All checks were successful
gitea-physics/deepdog/pipeline/pr-master This commit looks good

This commit is contained in:
2022-05-21 19:18:13 -05:00
parent df8977655d
commit bb21355f5e

View File

@@ -221,9 +221,7 @@ class BayesRun:
) )
cycle_success += current_success cycle_success += current_success
_logger.debug( _logger.debug(f"current running successes: {cycle_success}")
f"current running successes: {cycle_success}"
)
results.append((cycle_count, cycle_success)) results.append((cycle_count, cycle_success))
_logger.debug("Done, constructing output now") _logger.debug("Done, constructing output now")