Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delphi.py failure prints to STDOUT #37

Open
graik opened this issue Aug 4, 2018 · 0 comments
Open

Delphi.py failure prints to STDOUT #37

graik opened this issue Aug 4, 2018 · 0 comments

Comments

@graik
Copy link
Owner

graik commented Aug 4, 2018

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 graik added this to the 3.0.0-pre milestone Aug 4, 2018
@graik graik self-assigned this Aug 4, 2018
@graik graik added this to Backlog in biskit 3.0 pre-release via automation Aug 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

1 participant