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 aead6e0 commit fee1336Copy full SHA for fee1336
RATapi/examples/normal_reflectivity/DSPC_custom_layers.py
@@ -129,9 +129,8 @@ def DSPC_custom_layers():
129
if __name__ == "__main__":
130
import RATapi
131
132
- RATapi.wrappers.get_matlab_engine().editFile(
133
- r"C:\Users\steve\Documents\Development\python-RAT\RATapi\examples\normal_reflectivity\customBilayerDSPC.m"
134
- )
+ RATapi.wrappers.get_matlab_engine().editFile((pathlib.Path(__file__).parent / "customBilayerDSPC.m").as_posix())
+
135
import time
136
137
time.sleep(20)
0 commit comments