Skip to content
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

Octave compatibility broken #57

Open
mhucka opened this issue Jun 17, 2018 · 0 comments
Open

Octave compatibility broken #57

mhucka opened this issue Jun 17, 2018 · 0 comments

Comments

@mhucka
Copy link
Member

mhucka commented Jun 17, 2018

I didn't write down who originally emailed this to us, but some time ago, someone in discussion with Sarah pointed out the following problems when they tried to use a model written in Octave:

  1. Octave file structure was adjusted to conform to the kind of nesting
    that MOCCASIN understands. Then when attempting to obtain rate-equation
    based SBML, this is what I notice:
    • The parser fails to understand that the pound symbol "#" is
      reserved for comments as it only expects "%".
    • The parser does not understand function handles in the Octave file
      as here, function names are passed in quotes, whereas in MATLAB they are
      preceded by @.
    • The "endfunction" statement in Octave needs to be understood as
      "end" in MATLAB, otherwise we get a "Could not locate a call to a Matlab
      function in the file" error.

These issues should be fixed.

@mhucka mhucka added this to the Release 1.4 milestone Jun 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant