Skip to content
Snippets Groups Projects
Commit f06d9ccb authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

unzip mg6a_Merged

parent 66f21de5
No related branches found
No related tags found
1 merge request!1747fit example cleanup ctd
...@@ -285,7 +285,7 @@ def plot_result(sim_result, ref_result, bin_start=0, bin_end=-1): ...@@ -285,7 +285,7 @@ def plot_result(sim_result, ref_result, bin_start=0, bin_end=-1):
if __name__ == '__main__': if __name__ == '__main__':
datadir = os.getenv('BA_DATA_DIR', '') datadir = os.getenv('BA_DATA_DIR', '')
data_fname = os.path.join(datadir, "mg6a_Merged.txt.gz") data_fname = os.path.join(datadir, "mg6a_Merged.txt")
get_real_data(data_fname) get_real_data(data_fname)
fit_data = run_fitting() fit_data = run_fitting()
ref_data = create_par_dict( ref_data = create_par_dict(
......
This diff is collapsed.
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment