Skip to content

Commit

Permalink
1.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Feb 1, 2023
1 parent 42ae746 commit e8e597e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clustimage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

__author__ = 'Erdogan Tasksen'
__email__ = 'erdogant@gmail.com'
__version__ = '1.5.11'
__version__ = '1.5.12'

# module level doc-string
__doc__ = """
Expand Down
2 changes: 1 addition & 1 deletion clustimage/examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

some_files = cl.import_example(data='flowers')

results = cl.fit_transform(some_files[0:20], min_clust=3, max_clust=6)
results = cl.fit_transform(some_files, min_clust=3, max_clust=6)


# %%
Expand Down

0 comments on commit e8e597e

Please sign in to comment.