Skip to content

Commit

Permalink
Re #1786 Changes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Feb 18, 2025
1 parent f55f01b commit ca6ebdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _test/test_config/test_hpc_config.m
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function test_get_free_memory_from_empty(obj)
catch
ok = false;
% wait for short period of time to allow other instance
% of the test job releave its memory
% of the test job release its memory
if obj.n_attempts>1; pause(1); end
end
end
Expand Down Expand Up @@ -74,7 +74,7 @@ function test_get_free_memory(obj)
catch
ok = false;
% wait for short period of time to allow other instance
% of the test job releave its memory
% of the test job release its memory
if obj.n_attempts>1; pause(1); end
end
end
Expand All @@ -98,7 +98,7 @@ function test_mem_works(obj)
catch
ok = false;
% wait for short period of time to allow other instance
% of the test job releave its memory
% of the test job release its memory
if obj.n_attempts>1; pause(1); end
end
end
Expand Down

0 comments on commit ca6ebdc

Please sign in to comment.