-
Notifications
You must be signed in to change notification settings - Fork 18
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
update, add generator on C++ side for UT #316
Conversation
Codecov Report
@@ Coverage Diff @@
## dev-master #316 +/- ##
==============================================
+ Coverage 17.13% 17.79% +0.66%
==============================================
Files 220 220
Lines 48514 48733 +219
Branches 19816 19932 +116
==============================================
+ Hits 8312 8672 +360
+ Misses 36176 35865 -311
- Partials 4026 4196 +170
... and 19 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
1. fix type convert problem. 2. modify Nelem->shape for generator of UniTensor. 3. Add random generator for UniTensor.
Whats the status of this PR? |
It has been done. I will merge it if there is no any problem. |
Wait what is going on with that error
…On Tue, Oct 24, 2023, 22:33 hunghaoti ***@***.***> wrote:
Merged #316 <#316> into dev-master.
—
Reply to this email directly, view it on GitHub
<#316 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFCX3SJZGLM2LK46Q66RJRLYBB3BDAVCNFSM6AAAAAA6IJC5UWVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJQG43DCNBSGE3DIMY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
All of the tests have been passed (see https://github.com/Cytnx-dev/Cytnx/actions/runs/6634802398/job/18024752490). Which error are you mention about ? Is the error occurs about 10 hours ago ? If it is, that error occurs in the process "Upload coverage to Codecov" after all unit test passed. It may caused by the server error for codecov. I just rerun the workflow again and there is no problem. |
Sorry I cannot see the content of this link "https://github.com/notifications/unsubscribe-auth/AFCX3SJZGLM2LK46Q66RJRLYBB3BDAVCNFSM6AAAAAA6IJC5UWVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJQG43DCNBSGE3DIMY". it says that "That unsubscribe link isn't valid for your account. " |
This addresses the first part of #314
Remaining todo: