svalinn / dagmc_stats

Tool for calculating and reporting statistics about DAGMC models
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

Code reuse for dataframe update operations. #97

Open gonuke opened 2 years ago

gonuke commented 2 years ago

Fixes #96

This introduces a generic method to update a dataframe and then calls it through different wrappers for specific dataframes.

gonuke commented 2 years ago

Maybe the dataframes are being passed by value instead of by reference? I'll need to test more....