Skip to content

Commit 29a7769

Browse files
committed
Fix full rank parameterization
1 parent ca696ce commit 29a7769

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

configs/toy/mueller_single_gaussian_low_rank.yaml renamed to configs/toy/mueller_single_gaussian_full_rank.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
save_dir: ./out/toy/mueller_single_gaussian_low_rank
1+
save_dir: ./out/toy/mueller_single_gaussian_full_rank
22

33
test_system: mueller_brown
44
ode: first_order
5-
parameterization: low_rank
5+
parameterization: full_rank
66
T: 275e-4
77
xi: 5.0
88
gamma: 1.0

configs/toy/mueller_single_gaussian_low_rank_spline.yaml renamed to configs/toy/mueller_single_gaussian_full_rank_spline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
save_dir: ./out/toy/mueller_single_gaussian_low_rank_spline
1+
save_dir: ./out/toy/mueller_single_gaussian_full_rank_spline
22

33
test_system: mueller_brown
44
ode: first_order
5-
parameterization: low_rank
5+
parameterization: full_rank
66
T: 275e-4
77
xi: 5.0
88
gamma: 1.0

0 commit comments

Comments
 (0)