Skip to content

Added integration test #16

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

Merged
merged 5 commits into from
Jun 15, 2019
Merged

Added integration test #16

merged 5 commits into from
Jun 15, 2019

Conversation

pkj-m
Copy link
Contributor

@pkj-m pkj-m commented Jun 15, 2019

  1. Added integration test for testing full stack.
  2. Modified the matrix2graph function to accept sparse matrices with elements <: Number, not just integers
  3. Added LinearAlgebra and DiffEqDiffTools as dependencies.

pkj-m added 3 commits June 10, 2019 20:40
This PR aims to tackle to issue of calculating the jacobian
matrix using finite difference method, particularly in specific
chosen directions that are computed via the coloring of the
graph representation of the derivative matrix.

The function to calculate the direction vectors given the
coloring has been added, however, it will be integrated with
the main finite-diff function in the next commit.
Added an integration test to test full stack.
Also modified matrix2graph function to support
sparse matrices with any input of type Number.
Added LinearAlgebra and DiffEqDiffTools as
dependencies in Project.toml
pkj-m added 2 commits June 15, 2019 12:23
moved LinearAlgebra and DiffEqDiffTools from dependencies to extras.
@ChrisRackauckas ChrisRackauckas merged commit 457961a into JuliaDiff:master Jun 15, 2019
@pkj-m pkj-m deleted the tests branch June 15, 2019 07:19
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.

2 participants