You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Corner cases that arise in AiiDA plugin development are handled. These include:
* -e installs can lead to entry point ambiguity -> at least give clearer error messages
* uninstalled / invalidated entry points should be discarded from cache automatically (after deferring to setuptools)
* The command line tools should behave more intuitively
This is not an exhaustive list.