mdehoon

Results 232 comments of mdehoon

Without the GitUsage page, I am completely lost.

Can `_format_ids` be moved to the bottom to keep it together with the other private functions?

It looks like @jlumpe spent more time thinking about this than me, so I will defer to him

@jlumpe PR #3437 has been merged.

@peterjc OK for you too? It would be nice to get this in, before it gets stale.

See #4054 . The compilers barfs on lines with floating-point comparisons. However, this is legal C code. The compiler may have been fixed: https://devblogs.microsoft.com/cppblog/c-compiler-front-end-fixes-in-vs2015/ Does our compiler have all current...

See https://github.com/biopython/biopython/actions/runs/2917927027 ; the compilation finishes without problems after switching the Windows compiler for `windows-latest` (i.e. 2022) to `windows-2019`.

Anybody know why on line 157 we are dividing by `(cai_length - 1.0)` instead of by `cai_length` ?

> Acknowledge @tsp-kucbd for the suggested fix? Sure. You mean in the copyright statement, or in the `NEWS.rst` file?

> Does the test failure help? The problem is that by fixing this bug, the calculated CAI may change, as in this test case. Rather than fixing this bug and...