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

extract_results(): adapt use of do_scaling option to behave as user expects. #1345

Merged
merged 1 commit into from
May 22, 2024

Conversation

tbhallett
Copy link
Collaborator

@tbhallett tbhallett commented May 14, 2024

Currently, even when the user specifies do_scaling=False in extract_results, there is an attempt to scale results (by 1.0). This causes unexpected errrors in the case of non-numeric data.

This update means that when do_scaling=False there is no attemt to any scaling and so the function can be used safely with non-numeric data.

@tbhallett tbhallett added this to In progress in PR priorities via automation May 14, 2024
@tbhallett tbhallett moved this from In progress to Ready to merge in PR priorities May 14, 2024
@marghe-molaro marghe-molaro self-requested a review May 21, 2024 16:03
@tbhallett tbhallett merged commit 628f54a into master May 22, 2024
56 checks passed
@tbhallett tbhallett deleted the hallett_update_use_of_scaling_factor branch May 22, 2024 06:37
@tbhallett tbhallett moved this from Ready to merge to Done in PR priorities May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants