Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • graph-tool graph-tool
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 48
    • Issues 48
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Please use the issue tracker only to report bugs (i.e. errors in the library that need to be fixed) or feature requests.

For questions about how to compile, install or use the library, please use instead the web forum at https://forum.skewed.de/c/graph-tool.


(If unsure, use the forum first.)


IMPORTANT: When opening new issues, please choose the BUG template from the drop-down menu, and fill out the required information.

  • Tiago Peixoto
  • graph-toolgraph-tool
  • Issues
  • #725
Closed
Open
Issue created Nov 22, 2021 by Ang Li@angli355

minimize_blockmodel_dl() got an unexpected keyword argument 'B_min'

import graph_tool.all as gt

gt.minimize_blockmodel_dl(G, B_min=4, B_max=4) #G is a input graph.

I used the above code in the past a few months and it always worked well. However, recently, I encountered en error when I run the same code: "TypeError: minimize_blockmodel_dl() got an unexpected keyword argument 'B_min'".

I guess it might be related to some python version issue. And I am using Python 3.9.8 at present.

Could I ask you to help me fix the issue? Thank you!

Edited Nov 22, 2021 by Ang Li
Assignee
Assign to
Time tracking