AIBECS.jl icon indicating copy to clipboard operation
AIBECS.jl copied to clipboard

Use of flatten in both AIBECS and DataFrames

Open profseth opened this issue 4 years ago • 1 comments

Both AIBECS and DataFrames have functions named flatten. This doesn't cause the code to fail, but it throws up errors. Since DataFrames seems destined to become the default wrangling tool for Julia, perhaps the AIBECS function should be re-named?

profseth avatar Dec 17 '21 16:12 profseth

I can think of a workaround but FWIW flatten is actually not an AIBECS function but one from the aptly named Flatten.jl package! (AIBECS uses it to go from parameter struct to a vector to be passed to an optimizer for example.)

briochemc avatar Dec 18 '21 00:12 briochemc