Skip to content

Commit

Permalink
fix pydocstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed Aug 27, 2024
1 parent 74a5fd0 commit 3cab649
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mirgecom/logging_quantities.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,6 @@ def __init__(self, dev: "cl.Device", name: Optional[str] = None) -> None:

def __call__(self) -> Optional[float]:
"""Return the memory usage in MByte."""

# NB: dev.global_mem_size is in Bytes,
# dev.global_free_memory_amd is in KByte,
# the actual granularity of the returned values appears to be MByte
Expand Down

0 comments on commit 3cab649

Please sign in to comment.