Skip to content

fix the bug of the visualization #65

New issue

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AuroraMaster
Copy link

修复可视化模块和依赖问题

修复内容

  1. 修复了可视化模块中的3D绘图问题

    • fig.gca(projection="3d") 替换为 fig.add_subplot(111, projection="3d")
    • 修复了 plot_2d_embedding 函数中未定义的 fig 变量问题
    • 在绘图函数中当没有提供颜色或标签时移除了 cmap 参数
  2. 修复了随机超图测试问题

    • 增加了 pytest.approx 的相对容差,使测试更加稳定
  3. 指定了matplotlib版本要求

    • 在配置文件中将 matplotlib 版本要求改为 ">= 3.7.0"
  4. 更新了项目文档

    • 添加了依赖版本要求部分

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant