nasa / cape

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

Bug in set_ulimit method of ulimit module #2

Closed vcoralic closed 1 year ago

vcoralic commented 1 year ago

In v1.0.0rc2, there's a bug in the set_ulimit method of the ulimit module. Method uses the setel method, which is not in the namespace of the ulimit module (it should be imported at the top of the module, just like getel).

nasa-ddalle commented 1 year ago

Fixed in 0835f125, as suggested