Scott Noyes
Scott Noyes
https://github.com/norvig/pytudes/blob/994d790bf9d017c9ce7e75dd01390685fd7739d1/ipynb/Advent-2020.ipynb#L104 https://github.com/norvig/pytudes/blob/994d790bf9d017c9ce7e75dd01390685fd7739d1/ipynb/Advent-2020.ipynb#L110 The puzzle description doesn't guarantee that each entry is unique; it's possible that a report contains the entry 1010 twice. https://github.com/norvig/pytudes/blob/994d790bf9d017c9ce7e75dd01390685fd7739d1/ipynb/Advent-2020.ipynb#L123 If we want to find unique entries...
Fix #12
https://github.com/atb033/multi_agent_path_planning/blob/9b273bbf9187e647a5e1e131ecb36d201cdd4c30/centralized/cbs/cbs.py#L337-L342 This code requires than a valid output yaml file already exists. I think it ought to gracefully handle the case that no such file exists.
**Describe the bug** The code to find the filters and patterns with the most entries may not be stable in the event of a tie. **To Reproduce** https://github.com/spacetelescope/jwql/blob/d3804cffd437b1f1d80d8ec07926413f31fa63c1/jwql/instrument_monitors/common_monitors/bad_pixel_monitor.py#L462-L470 1. Line...
Small fixes to documentation and comments only. No code changes.
In the database interface, `and` cannot be used to check for two substrings like this code attempts. This code effectively only checks for the word 'project' in the hostname. Correctly...
The LICENSE.txt file ends with a space character. The image file within the fig directory contains an asterisk. These make it difficult to check out this repo on Windows, as...
Vim's swap files can be more than just .swp and .swx: > - If this file already exists (e.g., when you are recovering from a crash) a > warning is...
> ### Dot in number > Whether you want a big number such as 34968 to be shown as "34.968" or as "34968". In the US and UK, commas are...