Skip to content

fix: checkerboard texture height computed from width - #56

Draft
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/vis-7ca5053e
Draft

fix: checkerboard texture height computed from width#56
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/vis-7ca5053e

Conversation

@andrewwhitecdw

@andrewwhitecdw andrewwhitecdw commented Jul 27, 2026

Copy link
Copy Markdown

Problem

fix: checkerboard texture height computed from width

Fix

Replace:

    hw = width // 2
    hh = width // 2

with:

    hw = width // 2
    hh = height // 2

Files changed

  • lib/utils/vis.py

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