Closed gerritholl closed 5 years ago
When I copy the relevant file from python-bufr
then the test does not fail at the same point (rather, it fails at test_bufr_read
, see #25).
Unpacking the ZIP-archive 'bufrdc_tables.zip' -- which was packed by ECMWF -- requires running the shell-script 'links.sh' (from that archive) to create links for all table files, including 'B0000000000000013000.TXT' you missed.
Running the
bufrtables
unittests, the code tries to readtest/bufrtables/B0000000000000013000.TXT
. I have unzippedbufrdc_tables.zip
, which includesB0000000000000026000.TXT
but notB0000000000000013000.TXT
. Apparently themver
(inferred from the file contents?) for the test file is13
but this file is not included with the distribution.