Skip to content

Commit 7abf5f5

Browse files
committed
test: fix tests for fixed GPUeff
1 parent 94a7945 commit 7abf5f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ def test_cpueff(db):
164164

165165
def test_gpueff(db):
166166
data = """
167-
JobID,TRESUsageInAve
168-
1,gres/gpuutil=23
167+
JobID,AllocTRES,TRESUsageInAve
168+
1,gres/gpu=1,gres/gpuutil=23
169169
"""
170170
slurm2sql.slurm2sql(db, [], csv_input=csvdata(data))
171171
print(db.execute('select * from eff;').fetchall())

0 commit comments

Comments
 (0)