Commit ad83072
committed
Unpack encoding_model dict in test_gmm_blocking_parity
Changed the test to unpack encoding_model using **encoding_model instead of passing it as a positional argument. This ensures the function receives the correct keyword arguments from the encoding_model dictionary.1 parent af6239c commit ad83072
File tree
1 file changed
+2
-2
lines changed- src/non_local_detector/tests
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments