Skip to content

Commit

Permalink
Update train_syndata.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyji authored Aug 8, 2024
1 parent fd39e23 commit cda2080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/train_syndata.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# load the datafile
rawdata = loadmat(filepath)
# obtain the data for training
data_all = normalize_data(rawdata)
data_all = normdata_pinn(rawdata)
scale = data_all[4][0:2]


Expand Down

0 comments on commit cda2080

Please sign in to comment.