Skip to content

Commit 54741aa

Browse files
committed
Renamed since that's what the templates use.
1 parent 70e3d48 commit 54741aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/psij/resource_spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def computed_processes_per_node(self) -> int:
188188
return self._computed_ppn
189189

190190
@property
191-
def mem_kb(self) -> Optional[int]:
191+
def memory_kb(self) -> Optional[int]:
192192
"""
193193
Returns the memory limit specified by the `memory` property, but in KB.
194194

0 commit comments

Comments
 (0)