Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update test_smooth so only issue 628 problems remain #1291

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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