bab2min / tomotopy

Python package of Tomoto, the Topic Modeling Tool
https://bab2min.github.io/tomotopy
MIT License
557 stars 62 forks source link

Segfaults with alpha #77

Closed ankane closed 3 years ago

ankane commented 3 years ago

Hi @bab2min, just wanted to report some segfaults I came across when building the Ruby library.

import tomotopy as tp

model = tp.GDMRModel()
print(model.alpha)

model = tp.DTModel()
print(model.alpha)

tomotopy version: 0.9.1

bab2min commented 3 years ago

It has been identified as an error caused by accessing uninitialized data. It will be fixed at the next update. Thank you for your reporting!

bab2min commented 3 years ago

fixed at version 0.10.0

ankane commented 3 years ago

Thanks @bab2min, works great!