Skip to content

Commit

Permalink
Tweak do_resubmit_killed_jobs task size
Browse files Browse the repository at this point in the history
  • Loading branch information
bernstei committed Feb 8, 2024
1 parent dba4ba2 commit d363155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_remote_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def do_resubmit_killed_jobs(tmp_path, sys_name, monkeypatch, remoteinfo_env):
print("RemoteInfo", ri)

ats = [Atoms('C') for _ in range(3)]
n = 20
n = 40
ats[1] = Atoms(f'C{n**3}', positions=np.asarray(np.meshgrid(range(n), range(n), range(n))).reshape((3, -1)).T,
cell=[n]*3, pbc=[True]*3)

Expand Down

0 comments on commit d363155

Please sign in to comment.