Unit test failing

Issue #5 resolved
Øyvind Evju created an issue
ERROR: test_get_first_time_derivative (test_postprocessing.TestPostProcessing2)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/oyvinev/repositories/headflow/tests/unit/test_postprocessing.py", line 381, in test_get_first_time_derivative
    TimeIntegral("L2norm_Pressure", ppp),
  File "/home/oyvinev/repositories/headflow/site-packages/headflow/core/nspostprocessor.py", line 252, in add_fields
    return [self.add_field(field) for field in fields]
  File "/home/oyvinev/repositories/headflow/site-packages/headflow/core/nspostprocessor.py", line 235, in add_field
    for fdep in self._full_dependencies[depname]:
KeyError: 't'

----------------------------------------------------------------------
Ran 75 tests in 23.124s

FAILED (errors=1)

Martin, any idea?

Comments (2)

  1. Log in to comment