Skip to content

fix: correct platform system check in reliability_guard#3

Open
ErnestHysa wants to merge 1 commit into
cursor:mainfrom
ErnestHysa:fix/platform-check
Open

fix: correct platform system check in reliability_guard#3
ErnestHysa wants to merge 1 commit into
cursor:mainfrom
ErnestHysa:fix/platform-check

Conversation

@ErnestHysa
Copy link
Copy Markdown

Fix inverted logic in platform system check. Changed not platform.uname().system == 'Darwin' to platform.uname().system != 'Darwin' on line 164 of human_eval/execution.py to correct operator precedence issue.

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