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

Fix the minimum device plot size checks in analyse_pIRIRSequence() #594

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

mcol
Copy link
Contributor

@mcol mcol commented Mar 5, 2025

There are three main fixes to those checks:

  • we trigger them when at least one dimension is below the minimum
  • we round the values of the device size to avoid spurious triggering of the checks
  • we change the minimum size from 18 to 16 inches

Fixes #593.

There are three main fixes to those checks:

- we trigger them when at least one dimension is below the minimum
- we round the values of the device size to avoid spurious triggering
  of the checks
- we change the minimum size from 18 to 16 inches
@mcol mcol merged commit 0423a29 into master Mar 5, 2025
9 checks passed
@mcol mcol deleted the issue_593 branch March 5, 2025 10:17
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.

device size check for analyse_pIRIRSequence() plots can be improved
1 participant