psweep.psweep.intspace# psweep.psweep.intspace(*args, dtype=<class 'numpy.int64'>, **kwds)[source]# Like np.linspace but round to integers. The length of the returned array may be lower than specified by num if rounding to ints results in duplicates. Parameters: *args – Same as np.linspace **kwds – Same as np.linspace