Skip to content

Commit 2f98582

Browse files
prady0thameerabbasi
authored andcommitted
Update operations.md
1 parent 0e0e3a9 commit 2f98582

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/operations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,9 @@ z[:3, :2, [1, 5]]
253253

254254
**Package Configuration**
255255

256-
By default, when performing something like `np.array(COO)`, we allow the array
257-
to be converted into a dense one. To prevent this and raise a [`RuntimeError`][]
258-
instead, set the environment variable `SPARSE_AUTO_DENSIFY` to `0`.
256+
By default, when performing something like `np.array(COO)`, we do not allow the
257+
array to be converted into a dense one and it raise a [`RuntimeError`][].
258+
To prevent this, set the environment variable `SPARSE_AUTO_DENSIFY` to `1`.
259259

260260
If it is desired to raise a warning if creating a sparse array that takes no less
261261
memory than an equivalent desne array, set the environment variable

0 commit comments

Comments
 (0)