You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.
An error is raised if the BEL namespace file could not be retrieved, however the file/url referenced is not reported. This makes it difficult to troubleshoot the error in your BEL data.
This enhancement will warn (using Kernel#warn) the error and namespace file/url.
The text was updated successfully, but these errors were encountered:
removed previous warn from BEL::Model::Parameter; it really belongs
within the namespace.
added integration test for success/error conditions for loading BEL
namespace data.
closes#97
An error is raised if the BEL namespace file could not be retrieved, however the file/url referenced is not reported. This makes it difficult to troubleshoot the error in your BEL data.
This enhancement will warn (using Kernel#warn) the error and namespace file/url.
The text was updated successfully, but these errors were encountered: