Skip to content

Graf Frame Display bugfix #150

Description

@Sharpz7
# if its the graf frame, append 5 copies
repeats = len(results) // 6 if is_graf else 1

if repeats == 0:
   repeats = 1

for _ in range(repeats):
   image_arrays.append(side_by_side)

retuve/hip_us/draw.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions