make a note about how the eror drops

release/4.3a0
John Lambert 2020-10-14 16:03:14 -04:00
parent 25d801bd15
commit c9d719cb1f
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ def run(args):
except Exception as e:
logging.exception("LM Optimization failed")
return
# Error drops from 2764.22 to 0.046
logging.info(f"final error: {graph.error(result)}")