Skip to content

Commit

Permalink
move some tgd-os files
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed82008 committed Jun 25, 2024
1 parent b17ebf5 commit b8e28c9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion demos/tgd-os/tgd-os.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Pumas, CSV, CairoMakie, PumasUtilities
# Current working directory
pwd()

df = CSV.read("tgd-os/tgd-os2.csv", DataFrame; missingstring=[".", ""])
df = CSV.read("data/tgd-os2.csv", DataFrame; missingstring=[".", ""])
tgd_os_pop = read_pumas(
df,
observations = [:SLD, :Death],
Expand Down

0 comments on commit b8e28c9

Please sign in to comment.