You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.)
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?The text was updated successfully, but these errors were encountered: