Skip to content

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

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

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

Conversation

@Transurgeon

Copy link
Copy Markdown
Member

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

dance858 commented Jan 2, 2026

Copy link
Copy Markdown
Collaborator

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
Copy Markdown
Member 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