Closed bhargav closed 8 years ago
Looks good to me to merge. Merge call with @kordjamshidi
It was just unexpected, this PR was made two days ago for the interactive annotator and then there are other changes irrelevant here from old issues.
@bhargav
I was getting error when using the propertyWithin
properties. I can debug and see if I can remove these changes and separate them.
I see, now makes sense. But then why the number of features reduced a bit? Yes, it would be great if you could debug it and see what is happening.
Thanks. Will investigate this further.
this is one thing we need to merge this morning.
So the issue was happening because propertyWithin
based features are not recalculated when the datamodel graph is re-populated. They just enumerate features once (and on the initial graph). Hence I was getting error when I repopulate graphs in interactive mode. That issue is fixed now.
Looking at the unit test. Otherwise the code is ready for review.
Please merge when Semaphore is happy @bhargav
Merge upon green!
Adding interactive mode for a few examples for now.