Skip to content

Commit

Permalink
Remove PyArray test that did nothing.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Feb 9, 2018
1 parent 4165d89 commit f112472
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions plugins/python/test/PythonFilterTest.cpp
Expand Up @@ -40,7 +40,6 @@
#include <filters/StatsFilter.hpp>

#include "../plang/Invocation.hpp"
#include <pdal/PyArray.hpp>
#include "../plang/Environment.hpp"

#include <pdal/StageWrapper.hpp>
Expand Down Expand Up @@ -988,17 +987,6 @@ void verifyTestView(const PointView& view, point_count_t cnt = 17)
}
}

TEST(PLangTest, PLangTest_array)
{
PointTable table;
PointViewPtr view = makeTestView(table, 40);

python::Array array;
array.update(view);
verifyTestView(*view.get(), 4);

}


// most pipelines (those with a writer) will be invoked via `pdal pipeline`
static void run_pipeline(std::string const& pipeline)
Expand Down

0 comments on commit f112472

Please sign in to comment.