Define tensor(states::StateVector...) = reduce(tensor, states) method#60
Define tensor(states::StateVector...) = reduce(tensor, states) method#60apkille merged 2 commits intoqojulia:mainfrom
tensor(states::StateVector...) = reduce(tensor, states) method#60Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #60 +/- ##
==========================================
+ Coverage 33.33% 33.48% +0.15%
==========================================
Files 15 15
Lines 441 442 +1
==========================================
+ Hits 147 148 +1
Misses 294 294 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@apkille any idea about the failing tests? |
|
@Krastanov it looks like some compatibility requirement downstream is the issue, but I'm not really sure why that is a problem here |
|
Please check that if there are Breakage tests that fail, it is not a "real" issue, rather just an annoyance due to how breakage is internally dev-ing a bunch of stuff. If QuantumSavory is failing, that is not a blocker. If that is good, feel free to merge and make a new release. |
Krastanov
left a comment
There was a problem hiding this comment.
looks good, check failing breakage tests, see inline comment above
|
It's not a real issue, will merge shortly. |
Very small addition, but it's something needed to avoid a couple of failing tests in my incoming Gabs-QSymbolics integration PR.