Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of flatten in both AIBECS and DataFrames #90

Open
profseth opened this issue Dec 17, 2021 · 1 comment
Open

Use of flatten in both AIBECS and DataFrames #90

profseth opened this issue Dec 17, 2021 · 1 comment

Comments

@profseth
Copy link

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?

@briochemc
Copy link
Member

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants