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

Add Tomopy to VisTrails #65

Merged
merged 6 commits into from
Aug 3, 2015
Merged

Add Tomopy to VisTrails #65

merged 6 commits into from
Aug 3, 2015

Conversation

celiafish
Copy link
Contributor

  • Added tomopy to auto-import list.
  • Modified scraper to be able to handle return parameters without names.
  • Fixed the output port bug when there is no return value.

@@ -611,7 +611,7 @@ def define_input_ports(docstring, func, short_description_word_count=4):
return input_ports


def define_output_ports(docstring, short_description_word_count=4):
def define_output_ports(docstring, short_description_word_count=4, ret=None):
Copy link
Contributor

Choose a reason for hiding this comment

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

ret does not appear to be used

@celiafish
Copy link
Contributor Author

@sameera2004 rebased. Please check and merge. Thanks.

@sameera2004
Copy link

@celiafish This works fine, tomopy is working fine in VisTrials,
Only this coverage issue?

@celiafish
Copy link
Contributor Author

@tacaswell Any suggestion about this?

@danielballan
Copy link
Contributor

Coverage issue is tiny (-0.02%). Looks good -- merging.

danielballan added a commit that referenced this pull request Aug 3, 2015
@danielballan danielballan merged commit 70b1fef into Nikea:master Aug 3, 2015
@celiafish celiafish deleted the add_tomopy branch August 3, 2015 18:57
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.

4 participants