Skip to content

Commit

Permalink
playing around with naming files, folders, package
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Saul committed Nov 10, 2017
1 parent de3dfed commit 3752d7e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions kmapper/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .kmapper import KeplerMapper
File renamed without changes.
Empty file removed mapper/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
author='',
author_email='',
url='',
packages=['mapper'],
packages=['kmapper'],
)
3 changes: 1 addition & 2 deletions test/test_mapper.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import pytest
import numpy as np

from mapper.km import KeplerMapper
from kmapper import KeplerMapper
#from km import KeplerMapper



def test_lens_size():
mapper = KeplerMapper()

Expand Down

0 comments on commit 3752d7e

Please sign in to comment.