NASA Ames Processing in PYthon (NAPPy) - a Python library for reading, writing and converting NASA Ames files.
BSD 3-Clause "New" or "Revised" License
9
stars
13
forks
source link
var_and_units_pattern (re.Pattern) as a modifiable attribute #56
Closed
FObersteiner closed 2 years ago
Pull Request Checklist:
[x] This PR addresses an already opened issue (for bug fixes / features)
[x] Tests for the changes have been added (for bug fixes / features)
[ ] Documentation has been added / updated (for bug fixes / features)
[ ] HISTORY.rst has been updated (with summary of main changes)
[ ] I have added my relevant user information to
AUTHORS.md
What kind of change does this PR introduce?: new feature: default regex used to parse vnames can be changed after the na file object is created.
Does this PR introduce a breaking change?: no API change, no new dependencies.
Other information: see also issue #45 for discussion.