-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add min_loglevel, sample_{limit,rate}_sec to pointset schema and conf…
…ig (#264) * Add sample_rate_sec sample_limit_sec min_loglevel to pointset metadata schema * Add min_loglevel sample_{limit,rate}_sec to ConfigFromMetadata * Include gencode_hash for test comparison. Add slight change to gencode_python shbang line which should function more broadly. * Update version number on json-schema-*
- Loading branch information
1 parent
726b11a
commit 935e0e3
Showing
14 changed files
with
659 additions
and
150 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!venv/bin/python3 | ||
#!/usr/bin/env python3 | ||
|
||
import hashlib | ||
import json | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
json-schema-for-humans==0.39.1 | ||
json-schema-for-humans==0.40 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.