Skip to content

Commit

Permalink
another debug try
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Sep 10, 2024
1 parent 30bbafe commit 89c90a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinnman_integration_tests/test_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_create_job(self):
try:
client = SpallocClient(self.spalloc_url)
except Exception as ex:
raise Exception(str(type(ex)))
raise NotImplementedError(str(type(ex)))
# job = client.create_job_rect_at_board(
# WIDTH, HEIGHT, triad=(x, y, b), machine_name=SPALLOC_MACHINE,
# max_dead_boards=1)
Expand Down

0 comments on commit 89c90a1

Please sign in to comment.