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

Fixed bugs when running aiaccel in local mode on Windows #370

Merged
merged 10 commits into from
Jun 10, 2024

Conversation

3bisuoka
Copy link
Collaborator

@3bisuoka 3bisuoka commented Jun 3, 2024

  • added if statement wrt Windows in process.py and local_model.py.
  • added the optional argument, shell=True, to subprocess.Popen().
  • added select_for_win() as the alternative to select.select() because it is not available on Windows.
  • fixed descriptions wrt Windows in docs.

@3bisuoka 3bisuoka requested a review from yoshipon June 3, 2024 09:15
@3bisuoka 3bisuoka changed the title Fixed bugs when running aiaccel on Windows Fixed bugs when running aiaccel in local mode on Windows Jun 4, 2024
Copy link
Collaborator

@yoshipon yoshipon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ありがとうございます!

@yoshipon yoshipon merged commit 5d42b40 into main Jun 10, 2024
15 checks passed
@yoshipon yoshipon deleted the feature/fix_bugs_in_win_env branch June 10, 2024 05:18
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.

2 participants