Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and mathause committed Oct 8, 2024
1 parent ebf4af0 commit 714ddc0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions mesmer/mesmer_x/train_utils_mesmerx.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ def _correct_expr_parameters(self):
param
].replace(f"__{i}__", i)


def evaluate_params(self, coefficients_values, inputs_values, forced_shape=None):
"""
Evaluates the distribution with the provided inputs and coefficients
Expand Down Expand Up @@ -404,7 +403,6 @@ def evaluate(self, coefficients_values, inputs_values, forced_shape=None):
return self.distrib(**params)



def probability_integral_transform(
data,
target_name,
Expand Down
1 change: 0 additions & 1 deletion tests/unit/test_mesmer_x_expression.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ def test_evaluate_norm():
# mesmer.testing.assert_dict_allclose(dist.kwds, expected)



def test_evaluate_norm_dataset():
# NOTE: not sure if passing DataArray to scipy distribution is a good idea

Expand Down

0 comments on commit 714ddc0

Please sign in to comment.