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

Remove unsafe use of eval in symbolic.jl #10

Merged
merged 1 commit into from
Jun 13, 2022
Merged

Remove unsafe use of eval in symbolic.jl #10

merged 1 commit into from
Jun 13, 2022

Conversation

odow
Copy link
Contributor

@odow odow commented Jun 13, 2022

@codecov-commenter
Copy link

Codecov Report

Merging #10 (3aa1717) into main (710d57f) will increase coverage by 0.08%.
The diff coverage is 70.00%.

@@            Coverage Diff             @@
##             main      #10      +/-   ##
==========================================
+ Coverage   86.17%   86.26%   +0.08%     
==========================================
  Files           9        8       -1     
  Lines         369      364       -5     
==========================================
- Hits          318      314       -4     
+ Misses         51       50       -1     
Impacted Files Coverage Δ
src/symbolic.jl 86.74% <70.00%> (+0.54%) ⬆️
src/NonconvexUtils.jl

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@mohamed82008
Copy link
Member

Thanks @odow for the PR. This was my first time using Symbolics. The PR looks good to go.

@mohamed82008 mohamed82008 merged commit 5caa8a1 into JuliaNonconvex:main Jun 13, 2022
@odow odow deleted the od/fix-function-scope branch June 13, 2022 03:24
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.

Nonconvex (ab)uses eval
3 participants