echemdata / galvani

Read proprietary file formats from electrochemical test stations
GNU General Public License v3.0
47 stars 30 forks source link

Refactor `fieldname_to_dtype` function #72

Open chatcannon opened 2 years ago

chatcannon commented 2 years ago

The "if name in (long list) elif name in (other long list)" block is unwieldy. It should be refactored to use sets or mappings.