Skip to content

Commit

Permalink
Merge pull request #430 from jakobrunge/developer
Browse files Browse the repository at this point in the history
fixed import typo
  • Loading branch information
jakobrunge authored Nov 5, 2024
2 parents 0798922 + 6d4119a commit 1bbe2f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def run(self):
# Run the setup
setup(
name="tigramite",
version="5.2.6.4",
version="5.2.6.5",
packages=["tigramite", "tigramite.independence_tests", "tigramite.toymodels"],
license="GNU General Public License v3.0",
description="Tigramite causal inference for time series",
Expand Down
2 changes: 1 addition & 1 deletion tigramite/independence_tests/cmiknn.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from __future__ import print_function
from scipy import special, spatial
import numpy as np
from independence_tests_base import CondIndTest
from .independence_tests_base import CondIndTest
from numba import jit
import warnings

Expand Down

0 comments on commit 1bbe2f9

Please sign in to comment.