generated from coroa/python-project-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add unit handling w/ and w/o pint_pandas (#17)
* Add unit handling w/ and w/o pint_pandas * Keep track of metadata * Fix bugs and add docs * Make typing python 3.8 compatible * Add unit tests * Add units dependencies to tox * Delay pint import * Add accessor test * Improve import order
- Loading branch information
Showing
8 changed files
with
470 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,6 +65,11 @@ test = [ | |
"hypothesis", | ||
] | ||
|
||
units = [ | ||
"pint>=0.21", | ||
"openscm-units", | ||
] | ||
|
||
lint = [ | ||
"black", | ||
"ruff", | ||
|
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.