-
Notifications
You must be signed in to change notification settings - Fork 168
Open
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
What happened:
lib/sedna/algorithms/aggregation/aggregation.py
line124 self.parameters["epsilon"] = int(cut_layer)
shoud be self.parameters["epsilon"] = int(epsilon)
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
Sedna Version
$ kubectl get -n sedna deploy gm -o jsonpath='{.spec.template.spec.containers[0].image}'
# paste output here
$ kubectl get -n sedna ds lc -o jsonpath='{.spec.template.spec.containers[0].image}'
# paste output hereKubernets Version
$ kubectl version
# paste output hereKubeEdge Version
$ cloudcore --version
# paste output here
$ edgecore --version
# paste output hereCloudSide Environment:
Hardware configuration
$ lscpu
# paste output hereOS
$ cat /etc/os-release
# paste output hereKernel
$ uname -a
# paste output hereOthers
EdgeSide Environment:
Hardware configuration
$ lscpu
# paste output hereOS
$ cat /etc/os-release
# paste output hereKernel
$ uname -a
# paste output hereOthers
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.