Examples interface
Hysop package installs currently installs 2 packages : hysop and examples.
example pacakge should be a part of hysop package.
Hysop package installs currently installs 2 packages : hysop and examples.
example pacakge should be a part of hysop package.
mentioned in commit 8db37ac0
Solved by 8db37ac0
closed
Commit 8db37ac0 broke the example interface because hysop environment variables have to be set before importing hysop (environment values are fetched in hysop init.py). Work has to be done to carry a global configuration state to all code using those variables.
reopened
So we should then rename the example package into hysop-examples because 'examples' is meaninless in a site-package.
Solved by da12d7c1.
closed