We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cd4cf8 + 153c16f commit 3688a3dCopy full SHA for 3688a3d
1 file changed
jdata/jfile.py
@@ -739,6 +739,7 @@ def loadmat(filename, **kwargs):
739
else:
740
# Use F-order for flattening/reshaping
741
data[key] = np.array(value, order="F")
742
+ return data
743
744
745
def loadjd(filename: str, suffix=None, **kwargs):
0 commit comments