FuryMartin

Results 46 comments of FuryMartin

I have figure this problem out. All we need to do is to replace the code at https://github.com/kubeedge/ianvs/blob/f2352ce018f04f398b1be0f37d0fa3cd11476626/core/testcasecontroller/algorithm/module/module.py#L110-L117 with the code below ```python if self.url: try: utils.load_module(self.url) # pylint: disable=E1134...

Maybe `kind/bug` is more suitable for this issue than `kind/cleanup`.

> Is this issue fixed by #149 ? Yes, I will close this issue.

# Changes ## Ianvs ### Core - add joint inference const - `core/common/constant.py` - fix deprecated interface of pandas, see details at #135 - `core/storymanager/rank/rank.py` - fix delimiter error while...

CI will install [sedna-0.4.1-py3-none-any.whl](https://github.com/kubeedge/ianvs/blob/main/examples/resources/third_party/sedna-0.4.1-py3-none-any.whl) under `examples/resources/third_party/` to build environment. However, since this PR updates Sedna, the old version installed in the CI environment lacks the new interfaces, leading to `unexpected-keyword-arg`...

> Reminder: there are CI issues that remain to be resolved, see https://github.com/kubeedge/ianvs/actions/runs/11201880744?pr=149 As discussed in #152 , this has been temporarily fixed by introducing `sedna-0.6.0.1-py3-none-any.whl`. This package is constructed...

> This branch has conflicts that must be resolved. Use the web editor or the to resolve conflicts. > squash the commits into one using rebase techniques. Thanks for the...

> Current conflicts: > > This branch has conflicts that must be resolved Use the [web editor](https://github.com/kubeedge/ianvs/pull/149/conflicts) or the to resolve conflicts. Conflicting files core/common/constant.py core/storymanager/rank/rank.py core/testcasecontroller/algorithm/algorithm.py core/testcasecontroller/algorithm/module/module.py core/testcasecontroller/algorithm/paradigm/**init**.py core/testcasecontroller/algorithm/paradigm/base.py...

> After merging PR 162 and PR 144, the following new conflicts do come to fix Fixed.

Hi @MooreZheng , if possible, please merge #159 first, too. ## Reason #144 fix #152's pylint error by globally disable two style checks in [dataset.py](https://github.com/kubeedge/ianvs/blob/main/core/testenvmanager/dataset/dataset.py) https://github.com/kubeedge/ianvs/blob/27519def40cf264be2d09de344a664f99d465182/core/testenvmanager/dataset/dataset.py#L20-L21 As we discussed before,...