Skip to content

Commit

Permalink
Merge pull request #10 from transferwise/import_bugs_from_tests
Browse files Browse the repository at this point in the history
rm unnecessary imports in tests
  • Loading branch information
julianteichgraber authored Jan 11, 2024
2 parents c04c4ed + 9e7ee11 commit 90a2b4c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion tests/test_bayestest.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from tw_experimentation.bayes.bayes_test import BayesTest
from tw_experimentation.data_generation import RevenueConversion
from tw_experimentation.bayes.numpyro_monkeypatch import ZeroInflatedLogNormal

from numpyro.distributions import LogNormal, Gamma, Uniform

Expand Down
3 changes: 0 additions & 3 deletions tests/test_frequentist_hypothesis_tests.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
import pytest

import pandas as pd
from pandas import testing as tm

import numpy as np
from tw_experimentation.utils import ExperimentDataset
from tw_experimentation.data_generation import RevenueConversion

from tw_experimentation.statistical_tests import (
FrequentistTest,
FrequentistTestResults,
compute_frequentist_results,
)

Expand Down
1 change: 0 additions & 1 deletion tests/test_generate_output.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import pytest

from tw_experimentation.utils import ExperimentDataset
from tw_experimentation.data_generation import RevenueConversion
from tw_experimentation.result_generator import (
generate_results,
Expand Down
3 changes: 0 additions & 3 deletions tests/test_integrity_checks_in_notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
from tw_experimentation.utils import ExperimentDataset
from tw_experimentation.data_generation import RevenueConversion

from tw_experimentation.statistical_tests import FrequentistTest, BaseTest

from tw_experimentation.widgetizer import Monitoring, MonitoringInterface
from tw_experimentation.checker import (
Monitoring,
SegmentMonitoring,
Expand Down
1 change: 0 additions & 1 deletion tests/test_numpyro_sampler_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from tw_experimentation.data_generation import RevenueConversion


import numpyro
import numpyro.distributions as dist

from jax import random
Expand Down

0 comments on commit 90a2b4c

Please sign in to comment.