WIP : Long short term memory prediction models for Time series Data #4783
build.yml
on: pull_request
build-java
2m 20s
build-ui
3m 8s
Annotations
1 error and 10 warnings
build-java
Process completed with exit code 1.
|
build-java:
io.openems.edge.predictor.lstmmodel/src/io/openems/edge/predictor/lstmmodel/util/Lstm.java#L53
WhitespaceAround: '=' is not preceded with whitespace.
|
build-java:
io.openems.edge.predictor.lstmmodel/src/io/openems/edge/predictor/lstmmodel/util/Lstm.java#L85
Comment has incorrect indentation level 0, expected is 3, indentation should be the same level as line 69.
|
build-java:
io.openems.edge.predictor.lstmmodel/src/io/openems/edge/predictor/lstmmodel/util/Lstm.java#L87
WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
|
build-java:
io.openems.edge.predictor.lstmmodel/src/io/openems/edge/predictor/lstmmodel/util/Lstm.java#L87
WhitespaceAround: '<' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
|
build-java:
io.openems.edge.predictor.lstmmodel/src/io/openems/edge/predictor/lstmmodel/util/Lstm.java#L87
WhitespaceAround: '<' is not preceded with whitespace.
|
build-java:
io.openems.edge.predictor.lstmmodel/src/io/openems/edge/predictor/lstmmodel/util/Lstm.java#L88
WhitespaceAround: '/' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
|
build-java:
io.openems.edge.predictor.lstmmodel/src/io/openems/edge/predictor/lstmmodel/util/Lstm.java#L88
WhitespaceAround: '/' is not preceded with whitespace.
|
build-java:
io.openems.edge.predictor.lstmmodel/src/io/openems/edge/predictor/lstmmodel/util/Lstm.java#L89
WhitespaceAround: '/' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
|
build-java:
io.openems.edge.predictor.lstmmodel/src/io/openems/edge/predictor/lstmmodel/util/Lstm.java#L89
WhitespaceAround: '/' is not preceded with whitespace.
|
build-java:
io.openems.edge.predictor.lstmmodel/src/io/openems/edge/predictor/lstmmodel/util/Lstm.java#L90
WhitespaceAround: '/' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
|