| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/databases/py-caterva/files/ |
Upload File : |
--- caterva/constructors.py.orig 2022-01-28 12:38:26 UTC
+++ caterva/constructors.py
@@ -34,8 +34,8 @@ def empty(shape, itemsize, **kwargs):
urlpath: str or None
The name of the file to store data. If `None`, data is stored in-memory.
(Default `None`)
- sequential: bool or None
- Whether the data is stored sequentially or sparsely (one chunk per file).
+ contiguous: bool or None
+ Whether the data is stored contiguously or sparsely (one chunk per file).
If `None`, data is stored sparsely.
memframe: bool
If True, the array is backed by a frame in-memory. Else, by a super-chunk.