Skip to content

Fixes MATLAB engine not shutting down - #196

Merged
StephenNneji merged 1 commit into
RascalSoftware:mainfrom
StephenNneji:matlab_shut_down
Jan 19, 2026
Merged

Fixes MATLAB engine not shutting down#196
StephenNneji merged 1 commit into
RascalSoftware:mainfrom
StephenNneji:matlab_shut_down

Conversation

@StephenNneji

@StephenNnejiStephenNneji commented Jan 16, 2026

Copy link
Copy Markdown
Contributor

Fixes#186

Without this change the simple script below runs indefinitely on Windows

import ratapi as RAT
if __name__ == "__main__":
print("Hello")

@DrPaulSharpDrPaulSharp left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

It works!

@StephenNneji

Copy link
Copy Markdown
ContributorAuthor

As a Note, I was able to replicate the problem on Ubuntu 22.04 and this fix worked there too. I could not replicate problem on MacOS

@StephenNneji
StephenNneji merged commit a524e30 into RascalSoftware:mainJan 19, 2026
9 checks passed
@StephenNneji
StephenNneji deleted the matlab_shut_down branch April 2, 2026 09:23
Sign up for freeto 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.

Matlab engine does not shutdown properly on Windows

2 participants

@StephenNneji@DrPaulSharp