MetOffice / opsinputs

JEDI library generating VarObs and Cx files
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Remove config lines that cause failure #222

Closed matthewrmshin closed 2 months ago

matthewrmshin commented 2 months ago

Following JCSDA-internal/ufo#3438, we have failures that look like:

74/152 Test  #75: test_opsinputs_varobswriter_ukvnamelist_surfacecloud ......................***Failed

...

Test "ufo/ObsFilters/testFilters" failed with unhandled exception: Column 'field':
  received: [15,15,15,15,15,15,15,15,15]
  expected: [15,15,15,15,15,15,15,15,15,15,15,15]
Completed case 0: ufo/ObsFilters/testFilters
  FAILED: ufo/ObsFilters/testFilters
1 tests failed out of 1.
Finished running the unit tests, result = 1
SurfaceCloud :  no output

This change fixes the failure.

Suite output with this fix. http://fcm1/cylc-review/taskjobs/frsn/?suite=mobbm-fixopsinputs

matthewrmshin commented 2 months ago

I'll merge to prevent daily build issues.