-
Notifications
You must be signed in to change notification settings - Fork 13
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
Incorrect graphical output for some sedml tests #7
Comments
The source of this bug is jlibsedml's This is because jlibsedml's
However, as per their documentation of
@matthiaskoenig @draeger do you guys know who is working on jlibsedml who can respond to this issue? I see Richard Adams maintains jlibsedml and he also wrote code for SBSCL in the past. Can you connect me with him? |
From @otter606 on July 24, 2018 22:3 Hi On Tue, Jul 24, 2018 at 9:47 AM, Andreas Dräger [email protected]
|
From @draeger on July 25, 2018 6:56 Maybe @fbergmann can give more information? |
From @fbergmann on July 25, 2018 7:25 I am not actively using jlibsedml. I'd be happy to propagate any code changes to the repository, or add another developer to the list. Chris Meyers was the last to commit to the project. |
From @cjmyers on July 25, 2018 16:30 Stalled. There is no one currently actively developing it. It would be great to have someone come along and champion it.
|
Since no one actively managing jlibsedml, I just added my own code for working with After pushing shalinshah1993@b64b096 The test cases that don't work:
Two test cases that are giving unstable results:
Their outputs are as under. My guess why we get different results is because of the use of different simulation algorithm. We use Rosenbrock solver instead of what the SED-ML files ask. |
@cjmyers
|
From @fbergmann on July 26, 2018 18:45 so far sources are kept in sf svn ... but if you send me a patch i will apply it happily |
This depends on #55 |
From @shalinshah1993 on July 23, 2018 15:9
The tests that do not give correct answers:
The graphical outputs are exactly the same for all the repeated tasks i.e. the individual iterations don't apply changes from the
listOfChanges
sedml element.Copied from original issue: shalinshah1993#60
The text was updated successfully, but these errors were encountered: