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
At the moment, we detect files using their file extensions, but this isn't perfect because people may just use "xml" for files, in which case our tests will fail.
So, what we should do is:
check the extension
if that fails, for example, if it's "xml" which is ambigious, we read the first and last N lines of the file to grep them for tags
The text was updated successfully, but these errors were encountered:
See: OpenSourceBrain/SBMLShowcase#77
At the moment, we detect files using their file extensions, but this isn't perfect because people may just use "xml" for files, in which case our tests will fail.
So, what we should do is:
The text was updated successfully, but these errors were encountered: