Skip to content
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

feat: Add exp method to Extend Template #100

Merged

Conversation

aturker-synnada
Copy link
Collaborator

@aturker-synnada aturker-synnada commented Dec 19, 2024

Description

Closes #99

What is Changed

Include the changes introduced in this PR.

  • Add exp method to the extend template

Checklist:

  • Tests that cover the code added.
  • Corresponding changes documented.
  • All tests passed.
  • The code linted and styled (pre-commit run --all-files has passed).

Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.57%. Comparing base (3ff233a) to head (73ac468).
Report is 5 commits behind head on main.

@@           Coverage Diff           @@
##             main     #100   +/-   ##
=======================================
  Coverage   86.57%   86.57%           
=======================================
  Files          61       61           
  Lines       15576    15578    +2     
=======================================
+ Hits        13485    13487    +2     
  Misses       2091     2091           
Files with missing lines Coverage Δ
mithril/framework/common.py 96.50% <100.00%> (+<0.01%) ⬆️
mithril/framework/logical/essential_primitives.py 99.57% <100.00%> (+<0.01%) ⬆️
mithril/framework/logical/model.py 96.94% <ø> (ø)
mithril/models/models.py 88.62% <ø> (ø)
mithril/models/primitives.py 97.40% <ø> (-0.02%) ⬇️

@norhan-synnada norhan-synnada merged commit 980e226 into synnada-ai:main Dec 24, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Add exponential method to Extend Template
3 participants