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
Data used in the examples currently stored under pycge/pycge/data/, and included in MANIFEST.in
Example model definitions and scripts, currently stored under pycge/pycge/examples/, can be loaded as modules; e.g., from pycge.examples.splcge_model_def import SplModelDef.
A user cannot easily access the data. The best option afaik is:
Data used in the examples currently stored under
pycge/pycge/data/
, and included inMANIFEST.in
Example model definitions and scripts, currently stored under
pycge/pycge/examples/
, can be loaded as modules; e.g.,from pycge.examples.splcge_model_def import SplModelDef
.A user cannot easily access the data. The best option afaik is:
It might be better to automatically load the data when loading the module. For example, by adding the above commands to
splcge_model_def.py
.The text was updated successfully, but these errors were encountered: