anagainaru / iSBatch

Code to compute the optimal request time for applications submitted for execution using HPC batch schedulers
Other
0 stars 1 forks source link

Replace the negative initial values for the limit with None #80

Closed anagainaru closed 1 year ago

anagainaru commented 4 years ago

This way if the users makes a mistake and uses negative values for the limits it gets a warning.

Right now iSBatch automatically goes to the default sequence without letting the user know the limits were incorrect.