Skip to content

Commit

Permalink
disable some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkokotila committed Apr 20, 2024
1 parent c8919db commit 72a826f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,20 +407,20 @@ def multicount_full(df):
# test_simple_minimal(df)

# test plots with parameters
corr_full(df)
kde_full(df)
#corr_full(df)
#kde_full(df)
hist_full(df)
pie_full(df)
swarm_full(df)
scat_full(df)
line_full(df)
grid_full(df)
#grid_full(df)
box_full(df)
violin_full(df)
strip_full(df)
count_full(df)
bars_full(df)
#count_full(df)
#bars_full(df)
overlap_full(df)
multikde_full(df)
compare_full(df)
multicount_full(df)
#multikde_full(df)
#compare_full(df)
#multicount_full(df)

0 comments on commit 72a826f

Please sign in to comment.