-
Notifications
You must be signed in to change notification settings - Fork 74
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
feat: update latest input data #289
Conversation
Did you test if we can update pandas, or does it break something? If we can, maybe let's update in a separate PR before. |
I tried updating pandas but as bhepop2 also requires pandas at 1.5.3 this creates a conflict. We would need to update pandas on bhepop2 first then we can update it on eqasim as well. |
With @MarieMcLaurent and @leo-desbureaux-tellae, we suggest to follow these steps in order to quickly have lastest data, except for Filosofi.
|
Looks good, please merge in the latest changes :) |
* feat : update data path and name * feat : change test & docs * fix : date BD-TOPO * fix : rectify test * fix : Changelog conflict * fix : change fix --------- Co-authored-by: Marie Laurent <[email protected]>
Closes #288
Closes #281
Updates:
We couldn't update Filosofi 2019 to Filosofi 2021 because file unreadable with actual version of Pandas (1.5.3)
(Needs
calamine
as engine forread_excel
but only implement with Pandas 2.2 and above)