| Added XXX comment on epsilon. |
|
More...
|
almost 3 years ago
|
| Use spaces instead of tabs for indentation. |
|
More...
|
almost 3 years ago
|
| Added TODO comment on refactoring. |
|
More...
|
almost 3 years ago
|
| Consider module name change. |
|
More...
|
almost 3 years ago
|
| Added another XXX comment. |
|
More...
|
almost 3 years ago
|
| Added XXX comment on process/thread selection. |
|
More...
|
almost 3 years ago
|
| Simplified `_is_csp_type` and chose better argument name. |
|
More...
|
almost 3 years ago
|
| Added a few XXX comments. |
|
More...
|
almost 3 years ago
|
| Added XXX comment on `gc is not None`. |
|
More...
|
almost 3 years ago
|
| Removed `__init__` methods which don't have an effect. |
|
More...
|
almost 3 years ago
|
| Removed redundant `return`. |
|
More...
|
almost 3 years ago
|
| Removed non-functional `return` statements. Use `pass` for noops. |
|
More...
|
almost 3 years ago
|
| Improved wording in XXX comment. |
|
More...
|
almost 3 years ago
|
| Minimize rounding errors in `GenerateFloats`. |
|
More...
|
almost 3 years ago
|
| Removed non-functional `return` statements. |
|
More...
|
almost 3 years ago
|
| Removed non-functional (redundant) `return` statements. |
|
More...
|
almost 3 years ago
|
| Removed empty lines after function docstrings. Removed one `return` statement at the end of an `__init__` method. |
|
More...
|
almost 3 years ago
|
| Removed redundant `return` statements. Use `pass` for noops. |
|
More...
|
almost 3 years ago
|
| Removed redundant `return` statements. Replaced noops with `pass`. |
|
More...
|
almost 3 years ago
|
| Fixed bug in os_process due to misuse of multiprocessing.Value type. |
|
More...
|
almost 3 years ago
|