You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix issue 770 - Version check now works for any name of the MATNWB folder
* Update installation.rst
Add note taking into consideration that ver() requires the input of the actual folder name of the matnwb installation
Copy file name to clipboardExpand all lines: docs/source/pages/getting_started/installation.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ Run this quick check in MATLAB to verify that MatNWB is installed:
100
100
101
101
versionInfo = ver("matnwb")
102
102
103
-
You should see a structure with MatNWB version information.
103
+
You should see a structure with MatNWB version information. NB. If your matnwb folder has a different name, replace "matnwb" with the actual name of your matnwb folder
0 commit comments