We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now the boba and boba-visualizer modules depend on each other ...
boba
boba-visualizer
The reason that boba depends on boba-visualizer is because we would like a single pip command to install all boba submodules.
The reason that boba-visualizer depends on boba is because the server needs to invoke boba run.
If we separate boba-dsl from boba, and make boba only a dummy module that imports everything else, we can get rid of circular dependency.
boba-dsl
Also, I am not sure where to put the sampling code. Maybe we need another module like boba-stats.
boba-stats
The text was updated successfully, but these errors were encountered:
boba no longer depends on boba-visualizer: uwdata/boba@88aebd9
Users now need to install these two packages separately via two commands, but it might be ok for now ...
Sorry, something went wrong.
No branches or pull requests
Now the
boba
andboba-visualizer
modules depend on each other ...The reason that
boba
depends onboba-visualizer
is because we would like a single pip command to install all boba submodules.The reason that
boba-visualizer
depends onboba
is because the server needs to invoke boba run.If we separate
boba-dsl
fromboba
, and makeboba
only a dummy module that imports everything else, we can get rid of circular dependency.Also, I am not sure where to put the sampling code. Maybe we need another module like
boba-stats
.The text was updated successfully, but these errors were encountered: