Skip to content

Fixes return_res error #230 #238

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

Merged
merged 1 commit into from
Jun 12, 2020
Merged

Fixes return_res error #230 #238

merged 1 commit into from
Jun 12, 2020

Conversation

Lucas-Mc
Copy link
Contributor

Fixes error when using the return_res parameter which can sometimes modify the format in which the data from file is read. This oftentimes creates illogical arrays which can't be recovered into the proper values or even the proper shape. Fortunately, the removal of this does not significantly affect the runtime of the function even for large arrays. Fixes #230.

Fixes error when using the return_res parameter which can sometimes modify the format in which the data from file is read. This oftentimes creates illogical arrays which can't be recovered into the proper values or even the proper shape. Fortunately, the removal of this does not significantly affect the runtime of the function even for large arrays. Fixes #230.
@Lucas-Mc Lucas-Mc self-assigned this Jun 12, 2020
@Lucas-Mc Lucas-Mc added the bug label Jun 12, 2020
@Lucas-Mc Lucas-Mc merged commit f902cb5 into master Jun 12, 2020
@Lucas-Mc Lucas-Mc deleted the fix_res_230 branch June 12, 2020 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Difference in results after changing to 3.0.1 from 2.2.1
1 participant