Skip to content

Commit 4b06fc8

Browse files
authored
refactor: update model loading to use earlier version 9.0.2
1 parent 806e42c commit 4b06fc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/modelTests/anaerobiosis.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
clear; close all
22
% Load the model and apply the corrections for *all* models
3-
model902 = loadYeastModel;
3+
model902 = getEarlierModelVersion('9.0.2');
44
cd('../modelCuration/')
55
v9_1_0;
66

0 commit comments

Comments
 (0)