Skip to content

Commit

Permalink
Don't use hexer for invalid args in case hexer isn't built.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Mar 14, 2018
1 parent b2cf44b commit db739f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/data/pipeline/invalid2.json.in
Expand Up @@ -2,12 +2,12 @@
"pipeline":[
"@CMAKE_SOURCE_DIR@/test/data/las/1.2-with-color.las",
{
"type":"filters.hexbin",
"type":"filters.range",
"edge_size":0.0,
"threshold":10,
"sample_size":5000,
"procision":4
},
"@CMAKE_SOURCE_DIR@/test/temp/hexbin.las"
"@CMAKE_SOURCE_DIR@/test/temp/range.las"
]
}

0 comments on commit db739f0

Please sign in to comment.