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

Commit 3e06c3a

Browse files
committed
update compat
1 parent 99d775d commit 3e06c3a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ CUDA = "3.3"
2121
CUDAKernels = "0.3"
2222
DataDeps = "0.7"
2323
FFTW = "1.4"
24+
Fetch = "0.1"
2425
Flux = "0.12"
2526
KernelAbstractions = "0.7"
2627
MAT = "0.10"

src/data.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function get_burgers_data(; n=2048, Δsamples=2^3, grid_size=div(2^13, Δsamples
6767
return x_loc_data, y_data
6868
end
6969

70-
function get_darcy_flow_data(; n=1024, Δsamples=5, T=Float32, test_data=true)
70+
function get_darcy_flow_data(; n=1024, Δsamples=5, T=Float32, test_data=false)
7171
# size(training_data) == size(testing_data) == (1024, 421, 421)
7272
file = test_data ? "piececonst_r421_N1024_smooth2.mat" : "piececonst_r421_N1024_smooth1.mat"
7373
file = matopen(joinpath(datadep"DarcyFlow", file))

0 commit comments

Comments
 (0)