Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
openmole
Visu Playground
Commits
44f63d6a
Commit
44f63d6a
authored
Feb 18, 2021
by
Romain Reuillon
Browse files
Add call to generation
parent
049b316a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/Test.scala
View file @
44f63d6a
...
...
@@ -11,5 +11,6 @@ object Test extends App {
val
(
omrData
,
evolutionData
)
=
Analysis
.
loadMetadata
(
result
)
println
(
Analysis
.
analyse
(
omrData
,
evolutionData
,
result
.
getParentFile
))
println
(
Analysis
.
generation
(
omrData
,
evolutionData
,
result
.
getParentFile
,
generation
=
Some
(
10000
)))
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment