Skip to content
Snippets Groups Projects
Commit 15b4218f authored by Tanjona Rabemananjara's avatar Tanjona Rabemananjara Committed by Roy Stegeman
Browse files

Apply suggestions from code review


Co-authored-by: default avatarRoy Stegeman <roystegeman@live.nl>
parent 02f3f0d0
Branches
No related tags found
1 merge request!2039Polish EIC data files
......@@ -6,7 +6,7 @@ import pandas as pd
import yaml
def read_cvs(path: Path) -> np.ndarray:
def read_central_values(path: Path) -> np.ndarray:
"""Read the central values from the theory predictions.
Parameters
......@@ -24,7 +24,7 @@ def read_cvs(path: Path) -> np.ndarray:
def read_txt_data(path_txt: Path) -> pd.DataFrame:
"""Return a Panda table in which the columns are ordered as
"""Reads a rawdata `.txt` file and returns a pandas dataframe in which the columns are ordered as
[x, Q2, abs]
Parameters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment