File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ def test_IRLS_data(par):
100100 Gop = MatrixMult (G , dtype = par ["dtype" ])
101101 x = np .ones (par ["nx" ]) + par ["imag" ] * np .ones (par ["nx" ])
102102 x0 = (
103- np .random .normal (0 , 10 , par ["nx" ])
104- + par ["imag" ] * np .random .normal (0 , 10 , par ["nx" ])
103+ np .random .normal (0 , 1 , par ["nx" ])
104+ + par ["imag" ] * np .random .normal (0 , 1 , par ["nx" ])
105105 if par ["x0" ]
106106 else None
107107 )
@@ -139,8 +139,8 @@ def test_IRLS_datamodel(par):
139139 x [3 ] = 1
140140 x [par ["nx" ] - 4 ] = - 1
141141 x0 = (
142- np .random .normal (0 , 10 , par ["nx" ])
143- + par ["imag" ] * np .random .normal (0 , 10 , par ["nx" ])
142+ np .random .normal (0 , 1 , par ["nx" ])
143+ + par ["imag" ] * np .random .normal (0 , 1 , par ["nx" ])
144144 if par ["x0" ]
145145 else None
146146 )
You can’t perform that action at this time.
0 commit comments