Code is not Code

Results 4 issues of Code is not Code

Function xqrs seems highly inconsistent on runtime from one ECG trace to another and I am not sure how to predict if a trace can be processed in minutes or...

The code: from python import re regexPattern = '|'.join(map(re.escape, delimiters)) which was inspired by: https://stackoverflow.com/questions/4998629/split-string-with-multiple-delimiters-in-python and which works fine in Python (using 'import re' rather than "from python import re'),...

enhancement
stdlib

In https://github.com/GeostatsGuy/DataScience_Interactive_Python/blob/main/Interactive_Model_Fitting.ipynb the bullets (near the top) for "Ordinary Least Squares Fitting" and "Maximum Likelihood Fitting" are identical and equation (1) is the same as (2) - both calculate variable...

There is currently no way to allow all currently running jobs to end, and to not start any new jobs that are queued. This would be a useful capability when...