-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scheduler docstrings, typing, polish (#362)
* Add local coverage html report to gitignore * Polish mainloop schedulers (typing, docstrings) * Polish mainloop scheduler tests * Polish schedulers, typing and docstring * Polish scheduler tests (typing, docstrings) * Test that scheduler clocks use consistent units * Process suggestions by @jcafhe
- Loading branch information
1 parent
f9ac3c8
commit b0d75e4
Showing
41 changed files
with
1,548 additions
and
738 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 |
---|---|---|
|
@@ -28,6 +28,7 @@ pip-log.txt | |
.tox | ||
nosetests.xml | ||
coverage.xml | ||
htmlcov | ||
.mypy_cache | ||
.pytest_cache | ||
|
||
|
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.