biskit icon indicating copy to clipboard operation
biskit copied to clipboard

Delphi.py failure prints to STDOUT

Open graik opened this issue 7 years ago • 0 comments

The Delphi wrapper writes to STDERR or STDOUT when execution fails. This obstructs testing:

exe.reduce.Test.test_reduce  .................................. ok
exe.delphi.Test.test_delphi  .................................. Delphi failed. Please check the program output in the field `output` of this Delphi instance (e.g. `print x.output`)!

The last message from DelPhi reads as follows:
 .........  PROGRAM EXITS SUCCESSFULLY : WITH TOTAL 221 WARNING(S) ........


ERROR
exe.delphi.Test.test_delphiCharges2  .......................... ok

Remove print() statements or adjust verbosity.

graik avatar Aug 04 '18 19:08 graik