Skip to content

Commit

Permalink
update tests for SyntheticHistory
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcj05 committed Oct 2, 2024
1 parent 1657f79 commit 8f68265
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Fourier__signal_fa__period2.0__amplitude,ARMA__signal_fa__variance,ARMA__signal_fa__MA__2,ARMA__signal_fa__MA__1,ARMA__signal_a__AR__1,Fourier__signal_fa__period2.0__phase,ARMA__signal_a__variance,Fourier__signal_f__period10.0__amplitude,Fourier__signal_f__period2.0__phase,ARMA__signal_a__MA__2,ARMA__signal_fa__constant,ARMA__signal_fa__AR__1,ARMA__signal_a__MA__0,Fourier__signal_fa__fit_intercept,Fourier__signal_f__fit_intercept,Fourier__signal_f__period10.0__phase,Fourier__signal_fa__period5.0__phase,Fourier__signal_fa__period10.0__amplitude,Fourier__signal_f__period5.0__amplitude,Fourier__signal_fa__period5.0__amplitude,Fourier__signal_f__period5.0__phase,ARMA__signal_fa__AR__0,ARMA__signal_a__MA__1,ARMA__signal_fa__MA__0,Fourier__signal_fa__period10.0__phase,ARMA__signal_a__AR__0,Fourier__signal_f__period2.0__amplitude,ARMA__signal_a__constant
2.27119924552,0.545082802149,-0.0784346169836,0.177036376895,-0.758871353908,-0.165113659694,0.531122354771,4.0,3.50800062309e-15,-0.0764776204887,0.0118581486643,-0.439315188798,-1.14427853933,41.8908824287,42.0,-3.14159265359,0.763083169957,3.6485771704,3.0,3.00629571435,0.785398163397,1.35284007491,0.226235051829,-0.758810272971,-3.08854058527,1.75724084413,2.0,0.00810343993023
2.77834476114,0.277925478839,-0.240259217322,0.418073457847,-0.772077636204,0.00410650639164,0.274702280402,2.0,3.2786106481e-15,-0.239683052249,0.0197562630156,-0.780706487772,-1.09280663591,20.0760911024,20.0,3.14159265359,0.587758626516,2.27417407299,1.0,0.678339437727,0.785398163397,1.77447163616,0.403928679353,-1.11569378557,-3.13023980907,1.76475177792,3.0,0.0180760678735
2 changes: 1 addition & 1 deletion tests/framework/PostProcessors/TSACharacterizer/tests
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
type = OrderedCSV
output = 'Basic/chz.csv'
windows_gold = 'Basic/windowsChz.csv'
mac_gold = 'Basic/windowsChz.csv'
mac_gold = 'Basic/macChz.csv'
rel_err = 1.5e-1 # limited by ARMA__signal_fa__constant
zero_threshold = 1e-12
[../]
Expand Down
4 changes: 2 additions & 2 deletions tests/framework/ROM/TimeSeries/SyntheticHistory/tests
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[./xml]
type = XML
output = 'ARMA/romMeta.xml'
rel_err = 1e-2
rel_err = 5e-2
zero_threshold = 1e-3 # "constant" causes problems, all the rest are more accurate
[../]
[../]
Expand Down Expand Up @@ -151,7 +151,7 @@
[./xml]
type = XML
output = 'ARMAPreserveCDF/romMeta.xml'
rel_err = 1e-2
rel_err = 5e-2
zero_threshold = 1e-3
[../]
[../]
Expand Down

0 comments on commit 8f68265

Please sign in to comment.