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

DataFrame export #469

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

oscardssmith
Copy link
Contributor

This allows getting a DataFrame from an ODE or Ensemble solution.

@codecov
Copy link

codecov bot commented Jul 14, 2023

Codecov Report

Merging #469 (40abe8d) into master (f2eab6b) will increase coverage by 5.59%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #469      +/-   ##
==========================================
+ Coverage   43.47%   49.07%   +5.59%     
==========================================
  Files          47       48       +1     
  Lines        3558     3582      +24     
==========================================
+ Hits         1547     1758     +211     
+ Misses       2011     1824     -187     
Impacted Files Coverage Δ
ext/SciMLBaseDataFramesExt.jl 0.00% <0.00%> (ø)
src/ensemble/ensemble_solutions.jl 40.56% <0.00%> (-0.95%) ⬇️
src/solutions/solution_interface.jl 46.17% <0.00%> (+17.09%) ⬆️

... and 25 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ChrisRackauckas
Copy link
Member

ensemble indexing tests fail with this?

@devmotion
Copy link
Member

I always assumed the solutions support the Tables interface? Doesn't DataFrame(x) support anything that supports the Tables interface?

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

Successfully merging this pull request may close these issues.

None yet

3 participants