Skip to content

Commit

Permalink
more float removal
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Oct 24, 2024
1 parent e1dd6fa commit 62e3c40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wrench/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def create_batch_compute_service(self, hostname: str,
resources: list,
scratch_space: str,
property_list: dict[str, str],
message_payload_list: dict[str, float]) -> BatchComputeService:
message_payload_list: dict[str, int]) -> BatchComputeService:
"""
Create a batch compute service
Expand Down Expand Up @@ -374,7 +374,7 @@ def create_cloud_compute_service(self, hostname: str,
execution_host: list,
scratch_space: str,
property_list: dict[str, str],
message_payload_list: dict[str, float]) -> CloudComputeService:
message_payload_list: dict[str, int]) -> CloudComputeService:
"""
Create a cloud compute service
Expand Down

0 comments on commit 62e3c40

Please sign in to comment.