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 Resource Limit Error in pose_align.py #60

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

smartinezbragado
Copy link

This merge request addresses an issue with setting the resource limits for the number of open files in pose_align.py. The previous implementation attempted to set the soft limit to a value that could exceed the maximum allowed limit, resulting in a ValueError.

Changes made:

  • Adjusted the soft_limit and hard_limit values to ensure they do not exceed the maximum allowed limits.
  • Added a check to set the new limits within the allowed range.

This fix ensures that the script runs without encountering the ValueError related to resource limits.

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.

1 participant