Skip to content

Add ODE solver #57

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

Closed
wants to merge 2 commits into from
Closed

Add ODE solver #57

wants to merge 2 commits into from

Conversation

klane
Copy link
Collaborator

@klane klane commented Jul 15, 2021

Closes #53

@klane klane added the enhancement New feature or request label Jul 15, 2021
@klane klane added this to the Alpha release milestone Jul 15, 2021
@klane klane requested a review from droten July 15, 2021 14:48
@codecov-commenter
Copy link

codecov-commenter commented Jul 15, 2021

Codecov Report

Merging #57 (6b46c10) into main (6b04b6d) will increase coverage by 0.10%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #57      +/-   ##
==========================================
+ Coverage   18.48%   18.58%   +0.10%     
==========================================
  Files           7        8       +1     
  Lines         395      468      +73     
==========================================
+ Hits           73       87      +14     
- Misses        322      381      +59     
Impacted Files Coverage Δ
torchts/nn/models/ode.py 0.00% <0.00%> (ø)
torchts/nn/graph.py 0.00% <0.00%> (ø)
torchts/utils/data.py 48.86% <0.00%> (+9.67%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6b04b6d...6b46c10. Read the comment docs.

@klane klane added the python Pull requests that update Python code label Aug 1, 2021
@klane klane modified the milestones: Alpha release, Initial release Aug 14, 2021
@torchts-bot torchts-bot bot added examples Improvements or additions to examples source Updates to source code and removed python Pull requests that update Python code labels Dec 1, 2021
@klane
Copy link
Collaborator Author

klane commented Mar 8, 2022

Closing in favor of #134

@klane klane closed this Mar 8, 2022
@klane klane deleted the ode branch March 8, 2022 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request examples Improvements or additions to examples source Updates to source code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add neural ODE model
2 participants