Skip to content

Commit

Permalink
removing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentheirendt committed Oct 21, 2017
1 parent 3e0d31c commit 66e2b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/guides/testGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ load([CBTDIR filesep 'test' filesep 'models' filesep 'testModel.mat'], 'model');
load('testData_functionToBeTested.mat');
```

Please only load *small* models, i.e. less than `100` reactions. If you want to use a non-standard test model that is already available online, please add its URL to `test/models/retrieveModels.m`.
Please only load *small* models, i.e. less than `100` reactions. If you want to use a non-standard test model that is already available online, please make a pull request with the URL entry to the [COBRA.models repository](https://github.com/cobrabot/COBRA.models).

:warning: In order to guarantee compatibility across platforms, please use the full path to the model. For instance:
```Matlab
Expand Down

0 comments on commit 66e2b40

Please sign in to comment.