Skip to content

Commit

Permalink
aux
Browse files Browse the repository at this point in the history
  • Loading branch information
kostastsa committed Nov 1, 2023
1 parent f2263f4 commit 8037e49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions dynamax/slds/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from dynamax.slds.inference import DiscreteParamsSLDS, LGParamsSLDS, ParamsSLDS, rbpfilter, rbpfilter_optimal
from dynamax.slds.models import SLDS
5 changes: 3 additions & 2 deletions dynamax/slds/inference_test.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import sys
sys.path.append(r'/Users/kostastsampourakis/Desktop/code/Python/projects/dynamax')
import jax.numpy as jnp
import jax.random as jr
from dynamax.slds.inference import DiscreteParamsSLDS, LGParamsSLDS, ParamsSLDS, rbpfilter, rbpfilter_optimal
from dynamax.slds import SLDS, DiscreteParamsSLDS, LGParamsSLDS, ParamsSLDS, rbpfilter, rbpfilter_optimal
from functools import partial
from dynamax.slds.models import SLDS
import matplotlib.pyplot as plt
import mixture_kalman_filter as kflib
from functools import partial
Expand Down

0 comments on commit 8037e49

Please sign in to comment.