Skip to content

Commit

Permalink
fix art
Browse files Browse the repository at this point in the history
  • Loading branch information
LenkaNovak committed Oct 6, 2023
1 parent b9e116a commit d528cc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions artifacts/artifact_funcs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ end
function co2_dataset_path()
co2_dataset = AW.ArtifactWrapper(
@__DIR__,
"sic",
"co2",
AW.ArtifactFile[AW.ArtifactFile(
url = "https://caltech.box.com/s/d9fagy9i0xdg1oewq73wr8iz07895e8p.nc",
filename = "mauna_loa_co2.nc",
Expand All @@ -36,7 +36,6 @@ function co2_dataset_path()
return AW.get_data_folder(co2_dataset)
end


function mask_dataset_path()
mask_dataset = AW.ArtifactWrapper(
@__DIR__,
Expand Down

0 comments on commit d528cc8

Please sign in to comment.