Skip to content

Adding umami.institutes to setup.py

Alexander Froch requested to merge alfroch-master-patch-91043 into master

This MR fixes a small bug in with the umami.institutes. When you use python setup.py install, the umami.institutes is not correctly set. Therefore, for example, the DIPS training will fail. You can't normally detect this with our tests, because they use python setup.py develop.

Merge request reports