Skip to content

Commit

Permalink
MIR-665 interpolation from matrix file, tests (ci diagnostics)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaciel committed Jun 19, 2024
1 parent ee6da4e commit 27a3bf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/raw_memory.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <sstream>
#include <vector>

#include "eckit/filesystem/PathExpander.h"
#include "eckit/filesystem/PathName.h"
#include "eckit/system/Library.h"
#include "eckit/testing/Test.h"
Expand Down Expand Up @@ -311,7 +312,7 @@ CASE("Example 3") {

SECTION("grid=unstructured regridded") {
const double missingValue = 42.;
const eckit::PathName matrix = "raw_memory_example_3.mat";
const eckit::PathName matrix = eckit::PathExpander::expand("{CWD}/raw_memory_example_3.mat");


// input metadata & data
Expand Down

0 comments on commit 27a3bf4

Please sign in to comment.