Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit 058f5ce

Browse files
committed
Fix dataset download bug
1 parent ffe43d5 commit 058f5ce

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

example/Burgers/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ uuid = "5b053d85-f964-4905-ae31-99551cd8d3ad"
44
[deps]
55
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
66
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
7-
Fetch = "bb354801-46f6-40b6-9c3d-d42d7a74c775"
87
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
98
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
109
NeuralOperators = "ea5c82af-86e5-48da-8ee1-382d6ad7af4b"

example/Burgers/src/data.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using DataDeps
2-
using Fetch
32
using MAT
43

54
function register_burgers()
@@ -9,9 +8,8 @@ function register_burgers()
98
Burgers' equation dataset from
109
[fourier_neural_operator](https://github.com/zongyi-li/fourier_neural_operator)
1110
""",
12-
"https://drive.google.com/file/d/17MYsKzxUQVaLMWodzPbffR8hhDHoadPp/view?usp=sharing",
11+
"http://www.med.cgu.edu.tw/NeuralOperators/Burgers_R10.zip",
1312
"9cbbe5070556c777b1ba3bacd49da5c36ea8ed138ba51b6ee76a24b971066ecd",
14-
fetch_method=gdownload,
1513
post_fetch_method=unpack
1614
))
1715
end

0 commit comments

Comments
 (0)