m0rsch1
m0rsch1
Well, it will affect all _traversals_. Instead inserting all adjacent nodes into the set of to be visited nodes, only those which are _predecessors_ or _successors_ are added. In summary,...
We have observed the same behavior on a JanusGraph 0.4.0 and a Cassandra Cluster as backend. A restart of the server fixes the missing addProperties() constraint. However, this renders JanusGraph...
@hwiedPro @AlpenAalAlex i have some huge fixes regarding to SMURFA export, etc. Can i directly push into this branch (if given access to) or do i have to fork?
Well, i dont have a trace right now. But i think its not needed here: If i pass no `inputfile` to the `__init__` function of the Arrangement class, then it...
So, either the `inputfile` argument is needed, then it should not be set to `None` per default or (which i think has been intended) the `self.inputfile` attribute has to be...
After a quick look into the affected file i dont see this bug fixed there.
Found another similar issue here: ``` --- a/phobos/core/multiple.py +++ b/phobos/core/multiple.py @@ -22,7 +22,7 @@ class Entity(Representation, SmurfBase): assert world is not None self.model = _singular(model) self.origin = _singular(origin) if origin...
Has been fixed, thank you :)