Test imports of pandas and numpy
This commit is contained in:
parent
b9d810aafd
commit
7825871631
3 changed files with 6 additions and 2 deletions
|
|
@ -1 +1,2 @@
|
||||||
|
import pandas as pd
|
||||||
|
import numpy as np
|
||||||
|
|
|
||||||
|
|
@ -1 +1,3 @@
|
||||||
from . import test
|
import pandas as pd
|
||||||
|
import numpy as np
|
||||||
|
from . import io, calib
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
df = pd.DataFrame()
|
||||||
Loading…
Add table
Add a link
Reference in a new issue