Garrett Smith
Garrett Smith
Black 20 is now changing this: ``` python def p_col(p): """col : scalar_col | scalar_step_col | attr_col | flag_col """ ``` to: ``` python def p_col(p): """col : scalar_col |...
The roboto font is a dependency on a hard-coded CDN. Applications can add the dependency and include the font as needed, rather than rely paper-styles, which is used extensively throughout...
Without this, TF displays a warning message that looks like an error (contains traceback): ``` E1121 12:34:00.888499 139860141586240 tf_logging.py:105] ================================== Object was never used (type ): If you want to...
The previous code didn't handle the case where a file wasn't found.
This causes the system to exit with error code 1 and message. Replaces code that Python balks at (can't raise a string as an exception).