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

fix: handle CallWithMetadata in var_from_nested_derivative #1300

Merged

Conversation

AayushSabharwal
Copy link
Contributor

No description provided.

@AayushSabharwal
Copy link
Contributor Author

Why is CI failing to install sympy?

@AayushSabharwal
Copy link
Contributor Author

Julia 1.11 maybe?

@codecov-commenter
Copy link

codecov-commenter commented Oct 11, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.89%. Comparing base (8cb25a8) to head (ac511a2).
Report is 47 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #1300       +/-   ##
===========================================
+ Coverage   30.06%   78.89%   +48.82%     
===========================================
  Files          47       47               
  Lines        4576     4686      +110     
===========================================
+ Hits         1376     3697     +2321     
+ Misses       3200      989     -2211     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -101,15 +102,15 @@ ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
DynamicQuantities = "06fc5a27-2a28-4c7c-a15d-362465fb6821"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Groebner = "0b43b601-686d-58a3-8a1c-6623616c7cd4"
LambertW = "984bce1d-4616-540c-a9ee-88d1112d94c9"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

using LambertW

It's used in a test but never added as a test dep. I'm guessing it used to be transitively loaded, but isn't now.

Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PkgBenchmark = "32113eaa-f34f-5b0d-bd6c-c81e245fc73d"
PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ReferenceTests = "324d217c-45ce-50fc-942e-d289b448e8cf"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
SymPy = "24249f21-da20-56a4-8eb1-6a02cf4ae2e6"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

send it to a separate test group

@ChrisRackauckas
Copy link
Member

@ChrisRackauckas ChrisRackauckas merged commit af8a07c into JuliaSymbolics:master Oct 11, 2024
10 of 12 checks passed
@AayushSabharwal AayushSabharwal deleted the as/callables-fix branch October 12, 2024 12:11
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.

3 participants