Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _test/test_dnd_class/test_smooth.m
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ function test_smooth_array_width_arg(obj)
end

function test_smooth_resolution_shape_arg(obj)
skipTest('No valid agruments allowed for ''resolution'' shape call bug #628');
d2d_obj = d2d(obj.test_sqw_2d_fullpath);
%skipTest('No valid agruments allowed for ''resolution'' shape call bug #628');
d2d_obj = read_dnd(obj.test_sqw_2d_fullpath);

d = d2d_obj.smooth([100, 201, 301], 'resolution');

Expand Down