Molara-Lab / Molara

Molara is a Python package for the visualization of chemical structures such as molecules or crystals. It provides a graphical user interface for importing structures from output files of popular computational chemistry software as well as for creating custom structures.
GNU General Public License v3.0
11 stars 0 forks source link

Wrong precision in cylinder rendering #292

Closed RealUranar closed 4 months ago

RealUranar commented 4 months ago

Inconsistent use of float and double precision in cylinder rendering. This leads to an error when only drawing one cylinder with the arrays defined as np.float32.

RealUranar commented 4 months ago

Fixed, ready to merge

adrianusler commented 4 months ago

Fixed, ready to merge

Nice! Please open a pull request @RealUranar

adrianusler commented 4 months ago

Please remember to create a Pull Request, @RealUranar :)