Skip to content

Commit a0fb475

Browse files
Merge branch 'ba/lstm' of https://github.com/EarthyScience/EasyHybrid.jl into ba/lstm
2 parents 92792eb + baa7170 commit a0fb475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/literate/tutorials/example_synthetic_lstm.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ using Lux
2323
# ## 2. Data Loading and Preprocessing
2424

2525
# Load synthetic dataset from GitHub
26-
df = load_timeseries_netcdf("https://github.com/bask0/q10hybrid/raw/master/data/Synthetic4BookChap.nc")
26+
df = load_timeseries_netcdf("https://github.com/bask0/q10hybrid/raw/master/data/Synthetic4BookChap.nc");
2727

2828
# Select a subset of data for faster execution
2929
df = df[1:20000, :];

0 commit comments

Comments
 (0)