Skip to content

Commit

Permalink
fixed README again!!! jeez...
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Beggs committed Aug 31, 2020
1 parent 53df454 commit da56eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Re = np.linspace(0, 1000, num=11)
Re[0] = 1

# make snapshot matrix from csv files
train_snapshot = pod_rbf.mkSnapshotMatrix("examples/data/train/re-%.csv")
train_snapshot = pod_rbf.mkSnapshotMatrix("examples/lid-driven-cavity/data/train/re-%.csv")

model = pod_rbf.pod_rbf(energy_threshold=0.99) # create model object
model.train(train_snapshot, Re) # train the model
Expand Down

0 comments on commit da56eb1

Please sign in to comment.