Skip to content

Commit

Permalink
fix: test data folder again
Browse files Browse the repository at this point in the history
  • Loading branch information
Becheler committed Jan 24, 2024
1 parent 43532ae commit b4a443a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit_test/geography_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ BOOST_AUTO_TEST_CASE(raster)
using raster_type = quetzal::geography::raster<time_type>;
using latlon = raster_type::latlon;

auto file = std::filesystem::current_path() / "test/data/bio1.tif";
auto file = std::filesystem::current_path() / "data/bio1.tif";

auto bio1 = raster_type::from_file(file, {2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010});

Expand Down Expand Up @@ -205,7 +205,7 @@ BOOST_AUTO_TEST_CASE(resolution)

BOOST_AUTO_TEST_CASE(gdalcppTest)
{
auto file = std::filesystem::current_path() / "test/data/bio1.tif";
auto file = std::filesystem::current_path() / "data/bio1.tif";

quetzal::geography::gdalcpp::Dataset data(file.string());

Expand Down

0 comments on commit b4a443a

Please sign in to comment.