Skip to content

Commit

Permalink
better data toosl
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeRZP committed Nov 1, 2023
1 parent 110c826 commit a5cc692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function make_data(sacc_file, yaml_file; nzs_path="")
nzs = npzread(string(nzs_path, "nz_", name, ".npz"))
z = nzs["z"]
dndz = nzs["dndz"]
merge!(files, Dict(string("nz_", name)=>[z, nz]))
merge!(files, Dict(string("nz_", name)=>[z, dndz]))
end
end
end
Expand Down

0 comments on commit a5cc692

Please sign in to comment.