From 3cab6495249f1497525725610df7bd316af49b6c Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Tue, 27 Aug 2024 09:41:22 -0700 Subject: [PATCH] fix pydocstyle --- mirgecom/logging_quantities.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mirgecom/logging_quantities.py b/mirgecom/logging_quantities.py index b726ee69b..c14a188b4 100644 --- a/mirgecom/logging_quantities.py +++ b/mirgecom/logging_quantities.py @@ -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