Skip to content

Commit a2361c4

Browse files
fix: add a temporary model version
The version field is empty in the source GEM
1 parent dd43816 commit a2361c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecMouseGEM/scripts/preprocessModel.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
name = model.name;
6767
end
6868
if isfield(model,'version')
69-
version = model.version;
69+
version = '0';
7070
end
7171
if isempty(name) && isempty(version) && isfield(model,'id')
7272
try

0 commit comments

Comments
 (0)