Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Descartes Research
dml-empirical
Commits
b710fccb
Commit
b710fccb
authored
Nov 05, 2018
by
Johannes Grohmann
Browse files
added testcase to ignore (for maven build)
parent
f760b535
Changes
2
Hide whitespace changes
Inline
Side-by-side
tools.descartes.dml.empirical.extract.dependencies/src/tools/descartes/dml/empirical/extract/dependencies/DependencyExtractor.java
View file @
b710fccb
...
...
@@ -199,7 +199,6 @@ public class DependencyExtractor {
* streams by replacing values exceeding the 99.9
* percentile of the data stream
*/
public
void
writeDatastreamsToCSV
(
AbstractDataSource
source
,
String
folderPath
,
Boolean
applyAnomalyDetection
)
{
Set
<
Subproblem
>
subproblems
=
getSubproblemsFromDatasource
(
source
);
int
subproblemNumber
=
1
;
...
...
tools.descartes.dml.empirical.tests/src/tools/descartes/dml/empirical/tests/Testclass.java
View file @
b710fccb
package
tools.descartes.dml.empirical.tests
;
import
org.junit.Ignore
;
import
org.junit.Test
;
import
tools.descartes.dml.empirical.extract.dependencies.DependencyExtractor
;
...
...
@@ -17,6 +18,7 @@ import tools.descartes.dml.empirical.variablemapping.VariablemappingFactory;
public
class
Testclass
{
@Test
@Ignore
public
void
test
()
{
KiekerDataSource
kiekerDs
=
VariablemappingFactory
.
eINSTANCE
.
createKiekerDataSource
();
// loadModel(getKiekerDatasourcePath(), KiekerDataSource.class);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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