Skip to content

Commit

Permalink
mail_type
Browse files Browse the repository at this point in the history
  • Loading branch information
d-krupke committed Mar 29, 2024
1 parent a0186df commit b7fc43c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/gurobi_tsp_with_slurminade/run_evaluation_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def configure_grb_license_path():
raise RuntimeError(msg)


@slurminade.slurmify(mail="ALL")
@slurminade.slurmify(mail_type="ALL")
def compress_results():
# Compress the results to save significant disk space
benchmark.compress()
Expand Down
2 changes: 1 addition & 1 deletion examples/gurobi_tsp_with_slurminade/run_evaluation_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def configure_grb_license_path():
raise RuntimeError(msg)


@slurminade.slurmify(mail="ALL")
@slurminade.slurmify(mail_type="ALL")
def compress_results():
# Compress the results to save significant disk space
benchmark.compress()
Expand Down

0 comments on commit b7fc43c

Please sign in to comment.