SciML / FunctionProperties.jl

A SciML symbolic-numeric compiler tool for investigating functions in order to perform optimizations
MIT License
9 stars 0 forks source link

Handle what's required for basic neural networks #12

Closed ChrisRackauckas closed 5 months ago

ChrisRackauckas commented 5 months ago

Fixes https://github.com/SciML/SciMLSensitivity.jl/issues/997 Fixes https://github.com/SciML/FunctionProperties.jl/issues/11

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 44.44444% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 73.33%. Comparing base (a8e87e7) to head (3629ebb).

Files Patch % Lines
src/FunctionProperties.jl 44.44% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #12 +/- ## ========================================== - Coverage 75.00% 73.33% -1.67% ========================================== Files 1 1 Lines 36 45 +9 ========================================== + Hits 27 33 +6 - Misses 9 12 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.