We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f400ae3 commit c238d7bCopy full SHA for c238d7b
1 file changed
toolbox/utilities/getFundamentals.m
@@ -244,10 +244,11 @@
244
end
245
246
if pe.ExecutionMode == "OutOfProcess"
247
- disp("ExecutionMode = python is currently running OutofProcess and can be slow")
248
- disp("To change execution mode type: terminate(pyenv) in the Command Window")
249
- % disp("quit and restart MATLAB")
250
- disp("type: pyenv('ExecutionMode', 'InProcess') in the Command Window")
+ disp("The Python ExecutionMode is currently set to 'OutOfProcess', which may result in reduced performance.")
+ disp(['To change the execution mode, first execute the following command in the Command Window:' newline ...
+ ' terminate(pyenv)'])
+ disp(['Then execute:' newline ...
251
+ ' pyenv(''ExecutionMode'', ''InProcess'')'])
252
253
254
0 commit comments