Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherioszisis committed Aug 12, 2022
1 parent 65fbf17 commit 17462af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ Load and write an h5 morphology file:
```python
from vascpy import SectionVasculature

v = SectionVasculature.load_hdf5("sample.h5")
v = SectionVasculature.load("sample.h5")

print(v.points)
print(v.diameters)
print(v.connectivity)
print(v.sections)

v.save_hdf5("sample2.h5")
v.save("sample2.h5")
```

Load and write an h5 SONATA file:
Expand Down

0 comments on commit 17462af

Please sign in to comment.