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

createtrainingmrcstack.py failing due to incorrect reference to get_image_path_list function #48

Closed
coleslaw481 opened this issue Jul 18, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@coleslaw481
Copy link
Contributor

In version 0.8.0 createtrainingmrcstack.py failing cause it is trying to call get_image_path_list from core module, but that function was moved to image module

@coleslaw481 coleslaw481 self-assigned this Jul 18, 2017
@coleslaw481 coleslaw481 added this to the 0.8.1 milestone Jul 18, 2017
coleslaw481 added a commit that referenced this issue Jul 25, 2017
…t the move of the function from core to image module
@coleslaw481
Copy link
Contributor Author

replaced core.get_image_path_list with image.get_image_path_list

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

No branches or pull requests

1 participant