Skip to content

Commit

Permalink
underscore in path
Browse files Browse the repository at this point in the history
  • Loading branch information
mjirik committed Nov 10, 2019
1 parent 895b073 commit 5c63ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ using Io3d
```julia
using Io3d
Io3d.datasets_download("nrn4")
datap = Io3d.read3d(Io3d.datasets_join_path("medical/orig/sample-data/nrn4.pklz"))
datap = Io3d.read3d(Io3d.datasets_join_path("medical/orig/sample_data/nrn4.pklz"))
seg = data["data3d"] .> 4000
```

Expand Down

0 comments on commit 5c63ae0

Please sign in to comment.