Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
magland committed Mar 20, 2024
1 parent 590364c commit a82b6d6
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 927 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ pip install -e .
## Example usage

```python
# examples/example1.py

import json
import pynwb
import lindi
Expand Down Expand Up @@ -54,6 +56,8 @@ with pynwb.NWBHDF5IO(file=client, mode="r") as io:
Or if you already have a .zarr.json file prepared (loading is much faster)

```python
# examples/example2.py

import pynwb
import lindi

Expand Down
117 changes: 0 additions & 117 deletions devel/old_tests/old_tests.py

This file was deleted.

36 changes: 0 additions & 36 deletions devel/old_tests/test_lindi_client.py

This file was deleted.

226 changes: 0 additions & 226 deletions devel/old_tests/test_with_real_data.py

This file was deleted.

Loading

0 comments on commit a82b6d6

Please sign in to comment.