nasa / cape

Computational Aerosciences Productivity & Execution
Other
21 stars 9 forks source link

Bug in set_Slurm_N method of slurm module #1

Closed vcoralic closed 1 year ago

vcoralic commented 1 year ago

In v1.0.0rc2, there's a bug in the set_Slurm_N method of the slurm module. Method expects N as an input, but actually uses n, which results in NameError: name 'n' is not defined.

nasa-ddalle commented 1 year ago

Fixed in a469e853