Julian Stiefel

Results 9 comments of Julian Stiefel

In addition to the exact error and fail mentioned above I'm getting this one: ``` FAIL: hdbscan.tests.test_hdbscan.test_hdbscan_is_sklearn_estimator ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/julian/segmap_python/lib/python3.5/site-packages/nose/case.py", line 198, in runTest self.test(*self.arg)...

I think it comes from the "end" event listener. If I output console log on the end event, I get hundreds of log messages and further processing is blocked until...

``` git clone [email protected]:catkin/catkin_simple.git cd $CATKIN_WS catkin_make _or_ catkin build ```

Hi, No, this was not implemented in this code. It is prevented by the waiting function. However, the principle of enrollment would stay the same. Therefore, quite easy to adapt.

I understand. I currently don't have any resources to work on this one, sorry. But if you know some basic python it is quite easy to adapt.

Yes, there are many cases which are currently not handled in this script. I was about to release a version 2 with several improvements and handling of special cases. However,...

Sure, I added a lot of exception handling, like expanding the activity page, checking if the forwarding works, checking if the enrollment was successful (exactly what you wrote above with...

Hi there, Thank you. Indeed, this is a selenium error. It might be that something changed with the handle in the meantime or it could also be a bug as...