adelhpour / SBMLNetwork

SBMLNetwork is a library designed to enable software developers and systems biologists to interact with the graphical representation of SBML (Systems Biology Markup Language) models.
MIT License
0 stars 2 forks source link

Load should check if model exists #74

Closed hsauro closed 2 months ago

hsauro commented 2 months ago

When load is given a file name that doesn't exist it should check that the file exists and issue a file not found message if it can't find it.

It should check to see if the string in load is a viable file name before checking, otherwise it can assume its a string.

adelhpour commented 2 months ago

The exception message raised when a model couldn't be loaded properly is modified to help the user understand what was the main reason the model couldn't be loaded in PR #79