Skip to content
Snippets Groups Projects

Add initial test framework for utils functions

5 files
+ 522
5
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 1
1
@@ -8,7 +8,7 @@ import pyarrow.parquet as pq
@@ -8,7 +8,7 @@ import pyarrow.parquet as pq
import numpy as np
import numpy as np
from .units import as_bytes, convert_si, create_size_bin_labels
from .units import as_bytes, convert_si, create_size_bin_labels
from .datetime import *
from .datetime import as_datetime,create_timedelta_breakpoints,create_timedelta_labels
def parse_scontrol():
def parse_scontrol():
job_id = os.getenv('SLURM_JOB_ID')
job_id = os.getenv('SLURM_JOB_ID')
Loading