Skip to content

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

@davedavedavid

Description

@davedavedavid

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions