-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor BaseBuilder.parse_access_ncfile (#222)
* Updated `parse_access_ncfile`to return an instance of `_AccessNCFileInfo` dataclass rather than a tuple. * Added a _VarInfo dataclass to handle populating attributes of `_AccessNCFileInfo`. * Updated tests to reflect change of return type from tuple to`_AccessNCFileInfo`.
- Loading branch information
1 parent
761e7f4
commit 017cd2d
Showing
3 changed files
with
551 additions
and
367 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.