-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UX: Node Validation Terminal Log Output (#221)
* wrote a print statement to show things are happening in the background and it is not just standing still * changing the validation terminal feedback from print to log statement the log statement is generally better practice and has better UX * give user the ability to turn off the terminal logs * added comment for `verbose` class variable * formatting for trunk * formatted api.py with black * added `levelname` to cspell for python the logger * wrote documentation for `cript.API.verbose`
- Loading branch information
Showing
2 changed files
with
29 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -99,6 +99,7 @@ | |
"openmm", | ||
"equi", | ||
"Navid", | ||
"ipykernel" | ||
"ipykernel", | ||
"levelname" | ||
] | ||
} |
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