You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
trends_1 | /opt/trends/src/weighwords/weighwords/parsimonious.py:206: RuntimeWarning: divide by zero encountered in log
trends_1 | tf = np.log(tf)
trends_1 | /opt/trends/src/weighwords/weighwords/parsimonious.py:219: RuntimeWarning: invalid value encountered in subtract
trends_1 | diff = new_p_term - p_term
trends_1 | /opt/trends/src/weighwords/weighwords/specific_term_estimators.py:58: RuntimeWarning: divide by zero encountered in log
trends_1 | for tf in document_term_frequencies
trends_1 | /opt/trends/src/weighwords/weighwords/logsum.py:28: RuntimeWarning: invalid value encountered in subtract
trends_1 | out = np.log(np.nansum(np.exp(x - vmax), axis=0))
The text was updated successfully, but these errors were encountered:
Seems to be related to a lack of RAM. Due to earlier problems docker has been max'd to 3Gb of RAM which is reached almost directly. The mentioned divide by zero is a warning which should not impact the process, and probably occurs because we use an old version of the weighwords package.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: