aleferna12
aleferna12
Faces added to the tip of the tree using "aligned" will not be rendered properly to SVG files. ### Steps to reproduce: 1. Execute following code: ``` from ete3 import...
ete3 version: 3.1.2 Hello, I've encountered what I presume to be a bug in the way the TreeView module renders trees: ### Steps to reproduce: 1. Execute following code: ```...
When you setup a ViewModel property with autocommit == true and use the required validator on it it behaves weirdly. Lets suppose we setup a model like such: ``` class...
### Versions * Python: 3.7 * OS: Windows 10/Android 11 * Buildozer: 0.11 ### Description Hey, I'm not sure this is the right place to place the issue but it...
Hello! I have a relatively big (>8000 sequences) tree, which I would like to draw as a radial tree. When layout='r', everything works fine, and the tree is drawn in...
Please complete the following checklist: * [x] I have read the guidelines in [CONTRIBUTING.md](https://github.com/biocore/scikit-bio/blob/master/CONTRIBUTING.md). * [x] I have documented all public-facing changes in [CHANGELOG.md](https://github.com/biocore/scikit-bio/blob/master/CHANGELOG.md). * [x] **This pull request includes...
Hey guys. I have recently started to adapt a bunch of code that my lab has developed to make use of skbio instead of our own bioinformatics library. One of...
Hello, I get a `fatal runtime error: Rust cannot catch foreign exceptions, aborting` error when running this test on macOS Sequoia: ``` #[cfg(test)] mod tests { #[test] fn test_window() {...