wwrechard / pydlm

A python library for Bayesian time series modeling
BSD 3-Clause "New" or "Revised" License
475 stars 98 forks source link

Allow user to suppress warning on dynamic components #50

Closed microprediction closed 4 weeks ago

microprediction commented 3 years ago

Line 729 of dlm.py reads:

if len(self.builder.dynamicComponents) > 0: print('Remember to append the new features for the' + ' dynamic components as well')

I'm going to suggest allowing suppression of this, as there isn't a way to add the data to 'main' and also dynamic at the same time - so this message will always be displayed, often in an inner loop.

wwrechard commented 4 weeks ago

with the new version release (0.1.1.13), users should be able to mute any unnecessary logs