Skip to content

Commit

Permalink
amps
Browse files Browse the repository at this point in the history
  • Loading branch information
mwoodward-LANL committed Oct 17, 2024
1 parent 321ad98 commit ea2ba74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mzmd_predictions_analysis_cylinder.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ X_test = X[:,T_test];
#-------- Set params
#number of memory terms:
# n_ks = 12
n_ks = 10;
n_ks = 5;
#number of snapshots used in fitting
t_win = size(T_train, 1) - n_ks - 1;
r = 7;
r = 12;


#-------- Compute MZ on POD basis observables
Expand Down

0 comments on commit ea2ba74

Please sign in to comment.