Skip to content

Commit

Permalink
modified: ../python/xorbits/deploy/cluster/Slurm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fengsxy committed Sep 26, 2023
1 parent c63232c commit 391b6fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/xorbits/deploy/cluster/Slurm.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,4 @@ def get_job_address(self, retry_attempts=10, sleep_interval=30):
logger.info(address)
xorbits.init(address)
test = np.random.rand(100, 100).mean()
logging.info(f"test_result_{test}")

Check warning on line 204 in python/xorbits/deploy/cluster/Slurm.py

View check run for this annotation

Codecov / codecov/patch

python/xorbits/deploy/cluster/Slurm.py#L200-L204

Added lines #L200 - L204 were not covered by tests

0 comments on commit 391b6fa

Please sign in to comment.