Skip to content

Commit

Permalink
Removed unused python package numpy in anesthetic/tension.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
DilyOng committed Feb 5, 2025
1 parent 71325d7 commit e42b048
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion anesthetic/tension.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""Tension statistics between two datasets."""
from anesthetic.samples import Samples
from scipy.stats import chi2
import numpy as np


def stats(A, B, AB, nsamples=None, beta=None): # noqa: D301
Expand Down

0 comments on commit e42b048

Please sign in to comment.