Skip to content

Commit 35989e3

Browse files
fix: correct parameter name for predictions in PredictorPredictView
1 parent b3055bf commit 35989e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/core/predictor_views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def post(self, request):
5555
orthogonalize=params.orthogonalize,
5656
ortho_skew_tolerance_deg=params.ortho_skew_tolerance_deg,
5757
ortho_max_angle_change_deg=params.ortho_max_angle_change_deg,
58-
get_predictions_as_apoints=params.get_predictions_as_points,
58+
get_predictions_as_points=params.get_predictions_as_points,
5959
make_geoms_valid=params.make_geoms_valid,
6060
))
6161

0 commit comments

Comments
 (0)