Skip to content
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

Polinabinder/file extend #477

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update sub-packages/bionemo-scdl/tests/bionemo/scdl/io/test_single_ce…
…ll_memmap_dataset.py

Co-authored-by: Steven Kothen-Hill <148821680+skothenhill-nv@users.noreply.github.com>
Signed-off-by: polinabinder1 <pbinder@nvidia.com>
polinabinder1 and skothenhill-nv authored Nov 26, 2024
commit fe1752ab10d6b8b35ddc6759449730ba62a25302
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
import numpy as np
import pytest

from bionemo.scdl.io.single_cell_memmap_dataset import SingleCellMemMapDataset # , _swap_mmap_array
from bionemo.scdl.io.single_cell_memmap_dataset import SingleCellMemMapDataset


first_array_values = [1, 2, 3, 4, 5]