cdt15 / lingam

Python package for causal discovery based on LiNGAM.

Home Page:https://sites.google.com/view/sshimizu06/lingam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ValueError: trend 'nc' not supported for VAR

pmisiakos opened this issue · comments

Hi!
I got the following error when trying to use Varlingam

ValueError: trend 'nc' not supported for VAR
the error seems to be caused from line 272 at file var_lingam.py

result = var.fit(maxlags=self._lags, trend="nc")
but there is no nc available trend in the fit method of var.

Hi, @pmisiakos
This has already been fixed in issue #86.
Please update to v1.8.0 or higher.

pip install -U lingam