Skip to content

Commit 3f6b193

Browse files
committed
Trying to make pip installable.
1 parent 90622e6 commit 3f6b193

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

linearcorex/__init__.py

Whitespace-only changes.
File renamed without changes.

vis_corex.py renamed to linearcorex/vis_corex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ def safe_open(filename, mode):
416416
# Command line interface
417417
# Sample commands:
418418
# python vis_corex.py tests/test_data.csv
419-
import linear_corex as lc
419+
import linearcorex as lc
420420
from time import time
421421
import csv
422422
import sys

0 commit comments

Comments
 (0)