Skip to content

Updates to PyDASSH unit tests

Atz, Milos Ivo requested to merge pydassh_updates into development

Updates and bug fixes in PyDASSH unit tests:

  • update run test to seek relative error within three decimal places; for temperatures, (answer - result) / (answer - t_in); for pressure drop, (answer - result) / answer
  • cleaned up how comparative results are printed to screen during tests
  • removed cleanup for plot that was written due to bug in dassh
  • fixed typo in class names

Merge request reports

Loading