Closed this issue 4 years ago · 1 comments
in ingersoll.py line 104, it should be if args.blocks and args.tol:, otherwise FF._root is not defined.
ingersoll.py
if args.blocks and args.tol:
FF._root
in ingersoll.py line 121, it should be '- wrote E.png'
Fixed in d0967c7.