Skip to content

Commit 7a4f7fe

Browse files
committed
update
1 parent ae4405d commit 7a4f7fe

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Diff for: mpc_modeling/__init__.py

-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
import sys
2-
3-
sys.path.append('mpc_modeling')

Diff for: tests/test_mpc_modeling.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import unittest
99
import numpy as np
10-
import mpc_modeling as mpc_modeling
10+
import mpc_modeling.mpc_modeling as mpc_modeling
1111

1212

1313
class Test(unittest.TestCase):

0 commit comments

Comments
 (0)