Open martin-ueding opened 5 years ago
The job script generator depends on NumPy to generate a simple range of numbers. We can also do that with range instead of np.arange and avoid having to load SciPy-Stack on JUWELS to just use it.
range
np.arange
SciPy-Stack
The job script generator depends on NumPy to generate a simple range of numbers. We can also do that with
range
instead ofnp.arange
and avoid having to loadSciPy-Stack
on JUWELS to just use it.