Changed "panda" to "pandas"

This commit is contained in:
2021-03-18 08:32:11 +01:00
parent 41908de882
commit d76436dbd9

View File

@@ -1,7 +1,7 @@
# Synthetise new data and analyse it directly to return fit parameters # Synthetise new data and analyse it directly to return fit parameters
import numpy as np import numpy as np
import panda as pd import pandas as pd
from fsl_mrs.core import MRS from fsl_mrs.core import MRS
from fsl_mrs.utils import plotting, mrs_io from fsl_mrs.utils import plotting, mrs_io