ukcp-data / ukcp-data-processor

Python library for reading, writing, processing and plotting UKCP data.
6 stars 1 forks source link

Removed use of ".pop()" in selecting inputs - caused error in async running #3

Closed agstephens closed 5 years ago

agstephens commented 5 years ago

This meant that the async run was failing because the pickle file containing the inputs had an incorrect "area" input.

This fix avoids using ".pop()" when setting the area/areatype and solves this problem.

@antony-wilson : please review and accept and merge.