We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ebf56 commit 82fd7e3Copy full SHA for 82fd7e3
pytests/test_norms.py
@@ -193,7 +193,7 @@ def test_Huber(par):
193
def test_TV(par):
194
"""TV norm of x and proximal
195
"""
196
- tv = TV(dim=1, sigma=par['sigma'])
+ tv = TV(dims=(par['nx'], ), sigma=par['sigma'])
197
# norm
198
x = np.random.normal(0., 1., par['nx']).astype(par['dtype'])
199
derivOp = FirstDerivative(par['nx'], dtype=par['dtype'], kind='forward')
0 commit comments