diff options
author | Frederick Muriuki Muriithi | 2023-07-12 16:02:51 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-07-12 16:02:51 +0300 |
commit | f05f90a60f561e24312a4e7db5dbcc34d69c8cdc (patch) | |
tree | 744cce6eb43e4c90225854558f05838c99e89614 /containers | |
parent | 477c3f34f8af919592c722cc1a71b2602cb7ac82 (diff) | |
download | genenetwork2-f05f90a60f561e24312a4e7db5dbcc34d69c8cdc.tar.gz |
Fix check for numeric values
The `str.isnumeric()` function returns false for numbers such as
'9.99', '88.8' etc. This commit provides a slightly more robust check
for strings that are numbers. It will fail for numbers with exponents
though.
Diffstat (limited to 'containers')
0 files changed, 0 insertions, 0 deletions