implemented Base.unaliascopy for mappedarrays#30
implemented Base.unaliascopy for mappedarrays#30m-wells wants to merge 3 commits intoJuliaArrays:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #30 +/- ##
==========================================
+ Coverage 74.44% 74.46% +0.02%
==========================================
Files 1 1
Lines 90 94 +4
==========================================
+ Hits 67 70 +3
- Misses 23 24 +1
Continue to review full report at Codecov.
|
|
Can you show how this came up? It's quite possible that this error is a good thing, and that you should instead be explicitly calling |
|
I have a large memory mapped array with JLD that I call views and mapped arrays on. I tried to create a standalone example that would demonstrate the error but I cannot. The views and mapped arrays all share the underlying data. To be clear, the underlying data is not being manipulated during these operations and the views and maps are being passed to functions to compute new values to be stored separately. |
|
Even if you can't share the data for reasons of size, can you share the code portion of a reproducer? |
|
I'll see if I can make a code snippet that I am comfortable sharing. |
I was getting this error
So I did what the error message suggested.