We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3055bf commit 35989e3Copy full SHA for 35989e3
backend/core/predictor_views.py
@@ -55,7 +55,7 @@ def post(self, request):
55
orthogonalize=params.orthogonalize,
56
ortho_skew_tolerance_deg=params.ortho_skew_tolerance_deg,
57
ortho_max_angle_change_deg=params.ortho_max_angle_change_deg,
58
- get_predictions_as_apoints=params.get_predictions_as_points,
+ get_predictions_as_points=params.get_predictions_as_points,
59
make_geoms_valid=params.make_geoms_valid,
60
))
61
0 commit comments