-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New .mat file in test script is causing script to fail #82
Comments
I have a similar problem after downloading COBRA via Pkg.add("COBRA"): ERROR: LoadError: HTTP.ExceptionRequest.StatusError(404, "GET", "/LCSB-BioCore/COBRA.models/raw/master/mat/ecoli_core_model.mat", HTTP.Messages.Response: |
Replacing "LCSB-BioCore" with "opencobra" in the URL should cause that test to succeed (the repositories moved from LCSB-BioCore to opencobra on github.com earlier this year. |
Yes, definitely. I just wanted to point out that the test framework needs to be updated.
Bill
From: Joe Desbonnet <[email protected]>
Reply-To: "opencobra/COBRA.jl" <[email protected]>
Date: Wednesday, September 23, 2020 at 1:03 PM
To: "opencobra/COBRA.jl" <[email protected]>
Cc: "Cannon, William R" <[email protected]>, Comment <[email protected]>
Subject: Re: [opencobra/COBRA.jl] New .mat file in test script is causing script to fail (#82)
Replacing "LCSB-BioCore" with "opencobra" in the URL should cause that test to succeed (the repositories moved from LCSB-BioCore to opencobra on github.com earlier this year.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<https://protect2.fireeye.com/v1/url?k=f5ce72c7-a97b4d7e-f5ce58d2-0cc47adc5fce-52a33634a105b2d6&q=1&e=9888b384-f4ae-4b65-ab3a-b539b431baa2&u=https%3A%2F%2Fgithub.com%2Fopencobra%2FCOBRA.jl%2Fissues%2F82%23issuecomment-697941783>, or unsubscribe<https://protect2.fireeye.com/v1/url?k=465bdec7-1aeee17e-465bf4d2-0cc47adc5fce-27de50d70255b0c1&q=1&e=9888b384-f4ae-4b65-ab3a-b539b431baa2&u=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FADTGAVBD44BTYCNC2TIPAVTSHJH37ANCNFSM4RSB7VOA>.
|
@rmtfleming Hi Ronan, what's the best .mat file to use here? The original one when corrected for the github move completes the test sucessfully. But the new one introduced about 2 weeks ago ( http://bigg.ucsd.edu/static/models/e_coli_core.mat ) currently fails the test. |
… On Thu, 24 Sep 2020 at 15:38, Joe Desbonnet ***@***.***> wrote:
@rmtfleming Hi Ronan, what's the best .mat file to use here? The original one when corrected for the github move completes the test sucessfully. But the new one introduced about 2 weeks ago ( http://bigg.ucsd.edu/static/models/e_coli_core.mat ) currently fails the test.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
--
--
Mr. Ronan MT Fleming B.V.M.S. Dip. Math. Ph.D.
----------------------------------------------------------------------------
Assistant Professor,
Division of Systems Biomedicine and Pharmacology,
Leiden Academic Centre for Drug Research,
Faculty of Science,
Leiden University.
https://www.universiteitleiden.nl/en/staffmembers/ronan-fleming
&
H2020 Project Coordinator,
Systems Medicine of Mitochondrial Parkinson’s Disease,
http://sysmedpd.eu
&
Adjunct Lecturer,
School of Medicine,
National University of Ireland, Galway.
----------------------------------------------------------------------------
Peer-reviewed publications: https://goo.gl/FZPG23
Mobile: +353 852 109 806
Skype: ronan.fleming
----------------------------------------------------------------------------
(This message is confidential and may contain privileged information.
It is intended for the named recipient only. If you receive it in
error please notify me and permanently delete the original message and
any copies.)
|
Ref pull request #80 merged to master branch in around 2020-09-07
The new ecoli model at
http://bigg.ucsd.edu/static/models/e_coli_core.mat (size 114736) is causing test script to fail.
The older URL
https://github.com/opencobra/COBRA.models/raw/master/mat/ecoli_core_model.mat does work but is a considerably smaller file of 8818 bytes)
URL is specified in file test/getTestModel.jl
To replicate error from command line on king.nuigalway.ie, create an empty directory and 'cd' into it. Then:
Error text:
The text was updated successfully, but these errors were encountered: