-
Notifications
You must be signed in to change notification settings - Fork 125
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
[NDTensors] UnallocatedArrays
and UnspecifiedTypes
#1213
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1213 +/- ##
===========================================
- Coverage 84.03% 53.93% -30.10%
===========================================
Files 100 99 -1
Lines 8544 8491 -53
===========================================
- Hits 7180 4580 -2600
- Misses 1364 3911 +2547 ☔ View full report in Codecov by Sentry. |
I think we could split this into two modules, say Also note that JuliaArrays/FillArrays.jl#299 is merged so we can use |
UnallocatedArrays
and UnspecifiedTypes
@mtfishman It looks like theres an issue on Github where it's having trouble using the internet to download/check the deps. This causes tests to prematurely crash/fail. I have been restarting them here and on |
Looks good to me, thanks! |
@mtfishman It looks like
The biggest difference in this vector is |
Increase |
@mtfishman It doesn't look like it had any issue on |
Ok, if you saw it happen it may be worth doing anyway since it may mean |
Description
In this PR I add a FieldType folders where I implement a number of abstract, lazy and unspecified immutable fields which will later be implemented into NDTensors.
Checklist:
As a recap of our conversation 11/20. I will be working on the following
AbstractFill
and keepUnallocatedZeros
aAbstractZero
.UnallocatedX(f::X, alloc::Type{<:AbstractArray})
where X is fill or zero. And haveset_alloctype
call this function.