Added merge_hy1 function, which concatenates and sorts two dataframes by station, cast, and sample number. Works when passed load_hy_file(filepath) as df1 and df2 args. Parametrized unit testing in test_merge_hy1.
Also resolved a divide by zero error encountered during pytest -> NaN data that will otherwise be dividing by zero for the sake of generating flags, rather than have asymptes.
89
Got paths adjusted, quick and simple.
90
Added
merge_hy1
function, which concatenates and sorts two dataframes by station, cast, and sample number. Works when passedload_hy_file(filepath)
asdf1
anddf2
args. Parametrized unit testing intest_merge_hy1
.Also resolved a divide by zero error encountered during pytest -> NaN data that will otherwise be dividing by zero for the sake of generating flags, rather than have asymptes.