C2SM-RCM / testsuite

COSMO Technical Testsuite
MIT License
0 stars 1 forks source link

AttributeError: 'configuration' object has no attribute 'io_file' #12

Closed Casthardi closed 6 years ago

Casthardi commented 6 years ago

I got this error message when running the test suite. Adding the following line in testsuite.py after line 52 solves this issue for me conf.io_file = config.get('ts_config','io_file') Burkhardt

lxavier commented 6 years ago

thanks, I actually just seen the error as well on our new system, no idea why we have not seen the error before. I will merge the change asap

lxavier commented 6 years ago

https://github.com/C2SM-RCM/testsuite/pull/13/files

kosterried commented 6 years ago

This issue was resolved with PR #13