SciML / SciMLBase.jl

The Base interface of the SciML ecosystem
https://docs.sciml.ai/SciMLBase/stable
MIT License
127 stars 92 forks source link

Promote initial state when converting from non-homogeneous python lists. #527

Closed LilithHafner closed 10 months ago

LilithHafner commented 10 months ago

Fixes the problem reported in https://github.com/SciML/diffeqpy/issues/111#issuecomment-1772859284

codecov[bot] commented 10 months ago

Codecov Report

Merging #527 (9cb74b4) into master (187e884) will increase coverage by 0.05%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #527      +/-   ##
==========================================
+ Coverage   56.29%   56.35%   +0.05%     
==========================================
  Files          53       53              
  Lines        3929     3934       +5     
==========================================
+ Hits         2212     2217       +5     
  Misses       1717     1717              
Files Coverage Δ
ext/SciMLBasePythonCallExt.jl 100.00% <100.00%> (ø)

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

LilithHafner commented 10 months ago

Waiting for test to fail before pushing the fix

LilithHafner commented 10 months ago

Python tests finally passed :)