Skip to content

Commit 61d7257

Browse files
author
Benjamin Pachev
committed
Resolved merge conflicts.
2 parents de1c659 + 80d42bd commit 61d7257

15 files changed

Lines changed: 1697 additions & 942 deletions

dev-requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
-r requirements.txt
21
ruff
32
pytest
43
pytest-env
@@ -12,4 +11,4 @@ coverage
1211
types-seaborn
1312
nbconvert
1413
nbdime
15-
types-requests
14+
types-requests

docs/preprocess.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@
44
### Attributes Omitted
55
- **UUID**
66
- **Nodes**: NodesList have more specific information
7-
- **Preempted**: Status have more valid information
7+
- **Preempted**: Contains unreliable data. Use Status column instead (PREEMPT for
8+
unfinished, COMPLETE/FAILED/etc. for finished preempted jobs).
89
- **EndTime**: Can be calculated from StartTime and Elapsed
910

1011
### Options for Including or Omitting Jobs
1112
- **Keeping CPU jobs:**
1213
- If `GPUType` is null, the value will be filled with `["cpu"]`
1314
- If `GPUs` is null or is 0, the value will be 0.
1415
- **Keeping jobs where the status is "Failed" or "Cancelled"**
16+
- **Keeping jobs where the QOS is customized (not normal, long, or short)**
1517

1618
### Records Omitted If:
1719
- `Elapsed` is less than the minimum threshold

0 commit comments

Comments
 (0)