-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fix for __read_csv() method to now read RISMA network data of "he…
…ader & files" format again (#67) * PEP8 and typing reformatted code according to PEP8 style guide and added missing type * changed __read_csv function instead of lambda function inside __read_csv * pep8 * updated __read_csv __read_csv had problems with reading faulty sensor files. This was now fixed by introducing **kwargs as additonal arguments * small correction and pep8 * fix: now all files of format 'header values' can be parsed correctly by pandas kept the **kwargs in the __read_csv method and added exception 'pd.erros.ParserError as text_exception' * preparation for sphinx started preparation for a sphinx documentation * deleted sphinx files * test * removed comments * added short file describing the original problem and the fix, added test data * minor revision * minor revision * minor revision * minor revision * minor revision * minor revision * new branch for USDA-ARS debugging * pep8 style check now done by yapf * smal adaptions * did the required changes for pull request * yapf pep8 * exchanged tuple[] with typing.Tuple[] * added line to CHANGELOG.rst * added line to CHANGELOG.rst to correct position this time * Removed the now ignored directory ".vscode" * Deleted "RISMA_test_data" directory
- Loading branch information
Showing
9 changed files
with
113 additions
and
81 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,4 +53,7 @@ MANIFEST | |
**/python_metadata/* | ||
networks/* | ||
.artifacts/* | ||
.coverage* | ||
.coverage* | ||
|
||
# VSC config file | ||
.vscode/* |
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
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
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
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.