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

feat: General pytorch function #3062

Merged
merged 63 commits into from
Sep 27, 2024
Merged

Conversation

578223592
Copy link
Contributor

Copy link

codecov bot commented Aug 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.87%. Comparing base (17e4dc3) to head (f307a77).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3062      +/-   ##
==========================================
+ Coverage   70.85%   70.87%   +0.02%     
==========================================
  Files         395      395              
  Lines       44333    44333              
==========================================
+ Hits        31409    31420      +11     
+ Misses      10431    10423       -8     
+ Partials     2493     2490       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

578223592 and others added 24 commits September 12, 2024 00:15
Signed-off-by: siwuxie <[email protected]>
Signed-off-by: Song Gao <[email protected]>
Signed-off-by: siwuxie <[email protected]>
Signed-off-by: Song Gao <[email protected]>
Signed-off-by: yisaer <[email protected]>
Signed-off-by: siwuxie <[email protected]>
Signed-off-by: Jiyong Huang <[email protected]>
Signed-off-by: siwuxie <[email protected]>
Signed-off-by: gexin.coder <[email protected]>
Signed-off-by: siwuxie <[email protected]>
Signed-off-by: guoguangwu <[email protected]>
Signed-off-by: siwuxie <[email protected]>
Signed-off-by: yisaer <[email protected]>
Signed-off-by: Jiyong Huang <[email protected]>
Signed-off-by: siwuxie <[email protected]>
Signed-off-by: coldWater <[email protected]>
Signed-off-by: Jiyong Huang <[email protected]>
Co-authored-by: coldWater <[email protected]>
Signed-off-by: siwuxie <[email protected]>
Signed-off-by: siwuxie <[email protected]>
首个可以运行的版本

Signed-off-by: siwuxie <[email protected]>
Signed-off-by: siwuxie <[email protected]>
Signed-off-by: siwuxie <[email protected]>
Signed-off-by: siwuxie <[email protected]>
Signed-off-by: siwuxie <[email protected]>
Signed-off-by: siwuxie <[email protected]>
@578223592
Copy link
Contributor Author

@ngjaying the problem of gci still bothers me.
the gci show:

  Running [/home/runner/golangci-lint-1.61.0-linux-amd64/golangci-lint run  --out-${NO_FUTURE}format line-number] in [/home/runner/work/ekuiper/ekuiper] ...
  internal/binder/mock/mock_factory.go:20: File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/lf-edge/ekuiper/v2) (gci)
  	"github.com/lf-edge/ekuiper/contract/v2/api"
  extensions/functions/accumulateWordCount/accumulateWordCount.go:21: File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/lf-edge/ekuiper/v2) (gci)
  	"github.com/lf-edge/ekuiper/contract/v2/api"
  pkg/message/mock.go:18: File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/lf-edge/ekuiper/v2) (gci)
  	"github.com/lf-edge/ekuiper/contract/v2/api"
  Error: issues found
  Ran golangci-lint in 89659ms

i found extensions/functions/accumulateWordCount/accumulateWordCount.go:21: File is notgci-ed with --skip-generated -s standard -s default -s prefix(github.com/lf-edge/ekuiper/v2) (gci)
but when i run gci ,nothing changed , like:

➜  ekuiper git:(torch_dev_swx) gci write --skip-generated -s standard -s default -s "prefix(github.com/lf-edge/ekuiper)"  extensions/functions/accumulateWordCount/accumulateWordCount.go
➜  ekuiper git:(torch_dev_swx) git status
位于分支 torch_dev_swx
您的分支与上游分支 'origin/torch_dev_swx' 一致。

无文件要提交,干净的工作区
➜  ekuiper git:(torch_dev_swx) 

578223592 and others added 10 commits September 20, 2024 00:43
Signed-off-by: siwuxie <[email protected]>
Signed-off-by: siwuxie <[email protected]>
Signed-off-by: siwuxie <[email protected]>
Signed-off-by: siwuxie <[email protected]>
Signed-off-by: siwuxie <[email protected]>
Signed-off-by: siwuxie <[email protected]>
Signed-off-by: siwuxie <[email protected]>
Signed-off-by: siwuxie <[email protected]>
Signed-off-by: caicai <[email protected]>
Signed-off-by: caicai <[email protected]>
caicai and others added 11 commits September 23, 2024 23:17
@ngjaying ngjaying merged commit b898083 into lf-edge:master Sep 27, 2024
58 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants