Skip to content

Commit 62e3c40

Browse files
committed
more float removal
1 parent e1dd6fa commit 62e3c40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wrench/simulation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def create_batch_compute_service(self, hostname: str,
338338
resources: list,
339339
scratch_space: str,
340340
property_list: dict[str, str],
341-
message_payload_list: dict[str, float]) -> BatchComputeService:
341+
message_payload_list: dict[str, int]) -> BatchComputeService:
342342
"""
343343
Create a batch compute service
344344
@@ -374,7 +374,7 @@ def create_cloud_compute_service(self, hostname: str,
374374
execution_host: list,
375375
scratch_space: str,
376376
property_list: dict[str, str],
377-
message_payload_list: dict[str, float]) -> CloudComputeService:
377+
message_payload_list: dict[str, int]) -> CloudComputeService:
378378
"""
379379
Create a cloud compute service
380380

0 commit comments

Comments
 (0)