We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252da79 commit a6c5e17Copy full SHA for a6c5e17
python/tests/test_conserved_quantities_demartino.py
@@ -41,7 +41,7 @@ def data_demartino2014():
41
42
# stoichiometric matrix
43
response = urllib.request.urlopen(
44
- r'https://chimera.roma1.infn.it/SYSBIO/test-ecoli.dat.gz',
+ r'https://github.com/AMICI-dev/AMICI/files/11430971/DeMartinoDe2014_test-ecoli.dat.gz',
45
timeout=10
46
)
47
data = gzip.GzipFile(fileobj=io.BytesIO(response.read()))
@@ -51,7 +51,7 @@ def data_demartino2014():
51
52
# metabolite / row names
53
54
- r'https://chimera.roma1.infn.it/SYSBIO/test-ecoli-met.txt',
+ r'https://github.com/AMICI-dev/AMICI/files/11430970/test-ecoli-met.txt',
55
56
57
row_names = [entry.decode('ascii').strip()
0 commit comments