Last active
July 27, 2021 17:50
-
-
Save LosantGists/ef8d3053b1d08730849f2b64dbbcf716 to your computer and use it in GitHub Desktop.
Automating Unit Tests Blog (3) 7.23.21
This file contains hidden or 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
| import pandas as pd | |
| import importlib |
This file contains hidden or 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
| nb = importlib.import_module("ipynb.fs.defs.battery-stats") | |
| get_rows_before_charging = nb.get_rows_before_charging |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment