Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib/sedna/algorithms/aggregation/aggregation.py code typo #284

Open
davedavedavid opened this issue Mar 18, 2022 · 1 comment · May be fixed by #288
Open

lib/sedna/algorithms/aggregation/aggregation.py code typo #284

davedavedavid opened this issue Mar 18, 2022 · 1 comment · May be fixed by #288
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@davedavedavid
Copy link

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 here
Kubernets Version
$ kubectl version
# paste output here
KubeEdge Version
$ cloudcore --version
# paste output here

$ edgecore --version
# paste output here

CloudSide Environment:

Hardware configuration
$ lscpu
# paste output here
OS
$ cat /etc/os-release
# paste output here
Kernel
$ uname -a
# paste output here
Others

EdgeSide Environment:

Hardware configuration
$ lscpu
# paste output here
OS
$ cat /etc/os-release
# paste output here
Kernel
$ uname -a
# paste output here
Others
@davedavedavid davedavedavid added the kind/bug Categorizes issue or PR as related to a bug. label Mar 18, 2022
@JoeyHwong-gk
Copy link
Contributor

PTAL @XinYao1994

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants