Merge branch 'develop' into documentation

This commit is contained in:
fjosw 2022-11-29 14:02:34 +00:00
commit 4147bdbd15

View file

@ -48,7 +48,6 @@ def _get_files(path, filestem, idl):
idx = range(cnfg_numbers[0], cnfg_numbers[-1] + dc[0], dc[0])
elif idl:
idx = idl
warnings.warn("Configurations are not evenly spaced.", RuntimeWarning)
else:
raise Exception("Configurations are not evenly spaced. Provide an idl if you want to proceed with this set of configurations.")