Skip to content

Commit

Permalink
set correct path for file in python chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed Feb 21, 2024
1 parent ba256d3 commit 301dd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/workflow.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ saveObject(sce, path=paste(getwd(), "zilinoislung", sep="/"))
```{python}
from dolomite_base import read_object
obj = read_object("./datasets/zilinoislung")
obj = read_object("./zilinoislung")
print(obj)
```

0 comments on commit 301dd43

Please sign in to comment.