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

SWIG MATLAB fixes #929

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

SWIG MATLAB fixes #929

wants to merge 2 commits into from

Conversation

luciferlys
Copy link

Same error caused by using 'isequal' like in 'test_IO.m' and 'test_buildblock.m'. It's fixed now.

@@ -175,6 +175,7 @@
assert(seg.find_min()==0);
seg.fill(4);
assert(seg.find_min()==4);
assert(isequal(proj_data.set_segment(seg), success));
assert(eq(proj_data.set_segment(seg), success)); % change isequal to eq
seg_temp = proj_data.set_segment(seg);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand the purpose of this line addition change.

@KrisThielemans KrisThielemans changed the title recon_demo.m was fixed SWIG MATLAB fixes Sep 22, 2021
Copy link
Collaborator

@KrisThielemans KrisThielemans left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather have all comments like % changed removed before merging this. Possibly I do it myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants