Merge branch 'ml_on' into 'dev'

ml_on

See merge request spatial/postamates!114
dev
Aleksandr Popov 2 years ago
commit 0a08940f2f

@ -367,7 +367,7 @@ class PrePlacementPointViewSet(PlacementPointViewSet):
file_id = request.POST['id']
total, matched, problem = PointService().start_mathing(file_id)
PointService().make_enrichment()
# raschet('service_preplacementpoint')
raschet('service_preplacementpoint')
return Response(
{'message': {'total': total, 'matched': matched, 'error': problem, 'unmatched': total - matched - problem}},
status=HTTPStatus.OK,

Loading…
Cancel
Save