Pyomo / mpi-sppy

MPI-based Stochastic Programming in PYthon
https://mpi-sppy.readthedocs.io
Other
65 stars 38 forks source link

ciutils not part of release #367

Open xiaotie-chen opened 7 months ago

xiaotie-chen commented 7 months ago

import mpisppy.confidence_intervals.ciutils as ciutils

when pip install mpissppy, the above one doesn't work

when pull from github and do pip install -e., it works

Salancelot commented 5 months ago

The mpi-sppy/confidence_intervals module does not contain a __init__.py, so the find_packages() in setup.py does not include this folder.