Corrado Mio
Corrado Mio
CLion has not "project settings". The preferred IDE is CLion, not IDEA. But ok. On Sun, Sep 29, 2019 at 9:47 AM andre2007 wrote: > @corradomio you can configure the...
I know, However a ""temporary minimum support"" to avoid the exception can be a "temporary good idea" ;-)
It is obvious that it is an error ;-) , because emptySetIt IS NOT a class or interface A method reference can be ``` MethodReference: ExpressionName :: [TypeArguments] Identifier Primary...
I suppose it is necessary to handle the concept of ""Namespace/Package", because there are two cases to consider (at minimum): ```java package test; class Test { class Other { }...
I am sorry but I AM USING the symbol solver, and the problem is that the Symbol Solver is not able to solve namespaces. I am patching the SS to...
Another strange case. Given the following classes: ``` public class Trie { public class Node { } } ``` ``` public class NodeTest { public void testNode() { Trie trie...
I use this type of code: ``` public static void main(String[] args) { String code = "public class NodeTest {\n" + "\n" + " public void testNode() {\n" + "...
Same for the previous bug (with Comvolution2D.java & ConvolutionLayer.java in "src/test/resources/issue3100"): ``` public class Issue3100a extends Issues { public static void main(String[] args) { String code = "public class Test...
There is a consideration to do: 1) sktime uses pandas Series & DataFrame 2) Series & DataFrame are wrapper on numpy arrays 3) Pytorch (for now we can exclude Tensorflow,...
> Have you looked at the rearchitecture, e.g., `DirectReductionForecaster`? It may solve some of these issues. Working in progress ;-) Consider that I already have a my implementation I used...