Skip to content

Commit

Permalink
fix script orthograph
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant committed May 29, 2024
1 parent 179b90b commit b217324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_radius_assign.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def run_filter(arrays_las, distance_radius, search_3d, distance_cylinder=0. ):
{"type": "readers.las", "filename": las.name},
{
"type": "filters.ferry",
"dimensions": "=>SRS_DOMAIN"
"dimensions": "=>SRC_DOMAIN"
},
{
"type": "filters.ferry",
Expand All @@ -49,7 +49,7 @@ def run_filter(arrays_las, distance_radius, search_3d, distance_cylinder=0. ):
{
"type": filter,
"radius": distance_radius,
"src_domain": "SRS_DOMAIN",
"src_domain": "SRC_DOMAIN",
"reference_domain": "REF_DOMAIN",
"output_dimension": "radius_search",
"is3d": search_3d,
Expand Down

0 comments on commit b217324

Please sign in to comment.