Skip to content

Adds tests to begin familiarizing with the diff engine.#1

Merged
dance858 merged 3 commits intomainfrom
adding-tests
Jan 2, 2026
Merged

Adds tests to begin familiarizing with the diff engine.#1
dance858 merged 3 commits intomainfrom
adding-tests

Conversation

@Transurgeon
Copy link
Collaborator

This PR is adding a few tests to increase coverage of the differentiation engine.
So far I have only added tests for the jacobian of log of a matrix.

@dance858
Copy link
Collaborator

dance858 commented Jan 2, 2026

Nice! Congrats to your first PR with C code ;)

Can you run the clang formatter first so all workflows pass? Go to the root folder and run

find . -name ".c" -o -name ".h" | xargs clang-format -i

(this is the command on ubuntu)

@Transurgeon
Copy link
Collaborator Author

Nice! Congrats to your first PR with C code ;)

Can you run the clang formatter first so all workflows pass? Go to the root folder and run

find . -name ".c" -o -name ".h" | xargs clang-format -i

(this is the command on ubuntu)

done!

@dance858 dance858 merged commit f3d17b2 into main Jan 2, 2026
9 checks passed
@dance858 dance858 deleted the adding-tests branch January 2, 2026 17:57
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