Test imports of pandas and numpy

This commit is contained in:
Rasmus Vester Thøgersen 2021-09-09 16:07:07 +02:00
parent b9d810aafd
commit 7825871631
3 changed files with 6 additions and 2 deletions

View file

@ -1 +1,3 @@
from . import test
import pandas as pd
import numpy as np
from . import io, calib