ACRG-Bristol / acrg

Repository containing ACRG analysis code
MIT License
8 stars 0 forks source link

tests_acrg_basis_functions fails #103

Closed rt17603 closed 3 years ago

rt17603 commented 3 years ago

Original report by Matthew Rigby (Bitbucket: mrghg, GitHub: mrghg).


These tests fail because the basis function files are not created in the tests/files/output/EUROPE directory as assumed.

However, they clearly worked at some point in the past, because those files have been created in several people’s directories but not cleaned up (therefore the test still works for some people).

So:

  1. Test needs to be fixed so that files are created in the correct directory
  2. Files need to be cleaned up after test runs.

rt17603 commented 3 years ago

Original comment by Matthew Rigby (Bitbucket: mrghg, GitHub: mrghg).


Fixed in PR #119

rt17603 commented 3 years ago

Original comment by Matthew Rigby (Bitbucket: mrghg, GitHub: mrghg).


See PR #119