Assaad Moawad

Results 14 issues of Assaad Moawad

Hello, It's an excellent project, would be great if we have a react and typescript support. Many many thanks!

Hello, I just added the pom.xml for maven compatibility. Hope you accept the changes thanks!

The getEuclidean Distance gives incorrect results. It should depends whether the timeseries is normalized or not and whether the query is normalized or not. In case of normalization, both should...

Hello I would like to use the lapack method: dsyevr In the flame implementation there is a method **dsyevr_** which takes all arguments as pointers (unlike the original lapack method)....

It would be great to generate getter for indexes, relations, and references from the GCM model. get(IndexName)Index, get(RelationName)Relation, get(ReferenceName)Reference Use case of this: when we want to check the size...

enhancement
Feature request

Task createTypedNode should take into account the sensitivity and offset of the type automatically

To be able to measure the number of timepoints available on a node.

enhancement

java.lang.NullPointerException at greycat.internal.heap.HeapChunkSpace.getAndMark(HeapChunkSpace.java:141) at greycat.internal.CoreGraph.remoteNotifyElement(CoreGraph.java:734) at greycat.internal.CoreGraph.remoteNotify(CoreGraph.java:787) at greycat.websocket.WSSharedServer$5.on(WSSharedServer.java:224) at greycat.websocket.WSSharedServer$5.on(WSSharedServer.java:219) at greycat.internal.task.CoreTaskContext.endTask(CoreTaskContext.java:566) at greycat.internal.task.CoreTaskContext.continueTask(CoreTaskContext.java:462) at greycat.internal.task.ActionSave$2.on(ActionSave.java:42) at greycat.internal.task.ActionSave$2.on(ActionSave.java:37) at greycat.internal.heap.HeapChunkSpace$3.on(HeapChunkSpace.java:550) at greycat.internal.heap.HeapChunkSpace$3.on(HeapChunkSpace.java:544) at greycat.leveldb.LevelDBStorage.putSilent(LevelDBStorage.java:165) at greycat.internal.heap.HeapChunkSpace.save(HeapChunkSpace.java:544) at greycat.internal.CoreGraph.saveSilent(CoreGraph.java:373) at...

bug

The task timepoints returns the time in the corresponding ascending or descending order. But the node.timepoints returns always in descending -> Not consistent

bug

Csv importer has a big issue when used to load lot of csv files. It needs a code review especially the task function readlines() and the way we iterate over...

bug