ApolloResearch / rib

Library for methods related to the Local Interaction Basis (LIB)
MIT License
2 stars 0 forks source link

Put rib_build experiment inside rib package #265

Closed danbraunai-apollo closed 9 months ago

danbraunai-apollo commented 10 months ago

We currently have many objects defined in experiments.rib_build. This means that in tests, and for people importing the library, they need to import experiments (which is now unfortunately a package).

Instead, we should put all of the rib build functionality and objects inside the rib package.

This change should also update setup.py to only list rib under its packages instead of find_packages()