Skip to content

Commit 63aada7

Browse files
committed
removes matlab.txt
1 parent b2406b8 commit 63aada7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ratapi/matlab.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

ratapi/wrappers.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ def start_matlab():
2121
2222
"""
2323
future = None
24-
if os.environ.get("DELAY_MATLAB_START", '0') == '0':
24+
if os.environ.get("DELAY_MATLAB_START", "0") == "0":
2525
with suppress(ImportError):
2626
import matlab.engine
27+
2728
future = matlab.engine.start_matlab(background=True)
2829

2930
return future
@@ -97,7 +98,7 @@ def use_shared_matlab(name, custom_error_message):
9798
The name of shared MATLAB engine instance
9899
custom_error_message : str
99100
The custom error message in case of failed connection
100-
101+
101102
Returns
102103
-------
103104
future : matlab.engine.futureresult.FutureResult

0 commit comments

Comments
 (0)