Skip to content

Commit b5d9c68

Browse files
committed
Correct module names in batch examples
1 parent 2104f93 commit b5d9c68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/batch_no_limit/launch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
2-
from pyrefine.pbs import PBS
3-
from pyrefine.pbs_batch import Job, PBSBatch
2+
from pbs4py.pbs import PBS
3+
from pbs4py.pbs_batch import Job, PBSBatch
44

55

66
pbs = PBS.k3()

examples/dependency_chain/launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from pyrefine import PBS
1+
from pbs4py import PBS
22

33
k3 = PBS.k3(time=1)
44
k3.mem = '4gb'

0 commit comments

Comments
 (0)