rxk900

Results 4 comments of rxk900

If this is what I have found then: axies[image_i][1].set_yticklabels(pred_names[::-1]) needs to be axies[image_i][1].set_yticklabels(pred_names[::])

OK, this is odd. I modified the notebook to use my own images: ![image](https://user-images.githubusercontent.com/7424357/54079050-7445e000-4328-11e9-81b3-8019bed59c8e.png) so going back to debugging that notebook I get the original: axies[image_i][1].set_yticklabels(pred_names[::-1]) Now I have two...

> it may be worth exploring if you can have the system limit for inotify instances raised This is complicated in that inotify doesn't work when dealing with shared filesystems...

I worked round this by switching to DAWG2 [https://pypi.org/project/DAWG2/](https://pypi.org/project/DAWG2/) and installing chemdataextractor with --no-dep. There was also a need to change collections -> collections.abc