Skip to content

Commit b587d51

Browse files
committed
misc: assorted tweaks
1 parent a064896 commit b587d51

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

devito/operator/operator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -891,6 +891,8 @@ def estimate_memory(self, human_readable=True, **kwargs):
891891
fhost = str(humanbytes(mem[host_layer])).center(10)
892892
fdevice = str(humanbytes(mem[device_layer])).center(10)
893893

894+
# TODO: There is nominally a table generator in pytools which is a dependency
895+
# of a dependency and thus in the env anyway
894896
info(
895897
"\n"
896898
f"{headline}\n"

0 commit comments

Comments
 (0)