John Colby
John Colby
Using the remark.js plugin, the `--slides 1` option exports a single pdf page, as expected. However, the content from ALL the slides still gets included. Although hidden, it can still...
For AMD CPU host-passthrough, is this all you have to do? 1. Swap out Kernel > patches section in config.plist with AMD-Vanilla patches. 1. Change libvirt CPU to `host-passthrough`. Do...
trk_interp currently contains functionality for "constant # of vertices" (both with and without a central tie point), and "constant spacing" processing. It might be clearer to split these functions up...
The Stats Toolbox is used in the experiment wrappers for its ability to handle spreadsheet data with datasets. This could be removed so users don't have to deal with an...
Would make the download of the actual code much smaller.
## Issue #, if available: Fixes #909 ## Description of changes: Check if optional arguments are present before attempting to utf-8 encode them. ## Testing done: Local execution of mms...
Small bug in `model-server-worker`, which fails if the optional arguments `handler`, `model-path`, or `model-name` are not provided. docstring: ``` Usage: model-server-worker [-h] --sock-type {unix,tcp} [--sock-name SOCK_NAME] [--host HOST] [--port PORT]...