Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
minerva
core
Merge requests
!608
Resolve "sbml layout should be compliant with copasi tool"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "sbml layout should be compliant with copasi tool"
654-sbml-layout-should-be-compliant-with-copasi-tool
into
devel_12.2.x
Overview
0
Commits
18
Pipelines
3
Changes
37
Merged
Piotr Gawron
requested to merge
654-sbml-layout-should-be-compliant-with-copasi-tool
into
devel_12.2.x
6 years ago
Overview
0
Commits
18
Pipelines
3
Changes
1
Expand
Closes
#654 (closed)
Edited
6 years ago
by
Piotr Gawron
0
0
Merge request reports
Compare
version 1
version 1
d0ec84ed
6 years ago
devel_12.2.x (base)
and
latest version
latest version
3fcb4c0c
18 commits,
6 years ago
version 1
d0ec84ed
17 commits,
6 years ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
converter-sbml/src/test/java/lcsb/mapviewer/converter/model/sbml/CopasiImportTest.java
+
1
−
1
Options
@@ -48,7 +48,7 @@ public class CopasiImportTest extends SbmlTestFunctions{
Model
model
=
converter
.
createModel
(
new
ConverterParams
().
filename
(
filePath
.
toString
()));
assertNotNull
(
model
);
converter
.
exportModelTo
File
(
model
,
"/home/gawi/Desktop/tmp.xml"
);
converter
.
exportModelTo
InputStream
(
model
);
}
catch
(
Exception
e
)
{
e
.
printStackTrace
();
Loading