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 56e6362 commit 1b14089Copy full SHA for 1b14089
ratapi/wrappers.py
@@ -1,4 +1,4 @@
1
-"""Wrappers for the interface between RATapi and MATLAB custom files."""
+"""Wrappers for the interface between ratapi and MATLAB custom files."""
2
3
import os
4
import pathlib
@@ -8,7 +8,7 @@
8
import numpy as np
9
from numpy.typing import ArrayLike
10
11
-import RATapi.rat_core
+import ratapi.rat_core
12
13
14
def start_matlab():
0 commit comments