Docs for minimize_blockmodel_dl are out of date
Bug reports:
Please follow the general troubleshooting steps first:
-
Are you running the latest graph-tool
version? -
Do you observe the problem with the current git version?
Before seeing #725 (closed) , I banged my head for a while. After reading of the refactoring, I was quickly able to run my code, but the docs should reflect the refactoring. Instead they still display e.g. B_min
as an argument to minimize_blockmodel_dl()
:
https://git.skewed.de/count0/graph-tool/-/blob/master/src/graph_tool/inference/minimize.py#L33
Probably relatedly, from graph_tool.inference import multilevel_mcmc_sweep
raises
ImportError: cannot import name 'multilevel_mcmc_sweep' from 'graph_tool.inference' (/usr/lib/python3/dist-packages/graph_tool/inference/__init__.py)
... which again seems to be inconsistent with
Thanks!