Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yalayoubi committed Jul 27, 2024
1 parent 353be97 commit 12285ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_scanpro.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import numpy as np
import pandas as pd
from scanpro import scanpro, run_scanpro, anova, t_test, sim_scanpro
from scanpro.main import scanpro, run_scanpro, anova, t_test, sim_scanpro
from scanpro.get_transformed_props import get_transformed_props
from scanpro.linear_model import create_design
from scanpro.utils import simulate_cell_counts, convert_counts_to_df
Expand Down
2 changes: 1 addition & 1 deletion tests/test_sim_reps.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest

import numpy as np
from scanpro.scanpro import run_scanpro
from scanpro.main import run_scanpro
from scanpro.sim_reps import generate_reps, combine, get_mean_sim
from scanpro.utils import simulate_cell_counts, convert_counts_to_df

Expand Down

0 comments on commit 12285ee

Please sign in to comment.