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 Raw Optimizer Attribute Access #66

Merged
merged 5 commits into from
Feb 17, 2023
Merged

Conversation

pedromxavier
Copy link
Member

This PR aims to close #65.

@pedromxavier pedromxavier added bug Something isn't working urgent Immediate attention needed labels Feb 16, 2023
@pedromxavier pedromxavier self-assigned this Feb 16, 2023
@codecov-commenter
Copy link

Codecov Report

Base: 61.16% // Head: 70.56% // Increases project coverage by +9.40% 🎉

Coverage data is based on head (2e840d3) compared to base (787aa28).
Patch coverage: 71.31% of modified lines in pull request are covered.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #66      +/-   ##
==========================================
+ Coverage   61.16%   70.56%   +9.40%     
==========================================
  Files          21       24       +3     
  Lines        1146     1247     +101     
==========================================
+ Hits          701      880     +179     
+ Misses        445      367      -78     
Impacted Files Coverage Δ
src/compiler/architectures.jl 50.00% <0.00%> (ø)
src/lib/pbo/print.jl 0.00% <0.00%> (ø)
src/model/prequbo.jl 0.00% <ø> (ø)
src/attributes/model.jl 25.00% <25.00%> (ø)
src/lib/pbo/wrapper.jl 8.69% <33.33%> (ø)
src/attributes/solver.jl 50.00% <50.00%> (ø)
src/lib/pbo/tools.jl 66.66% <58.33%> (+3.40%) ⬆️
src/attributes/compiler.jl 59.83% <59.83%> (ø)
src/lib/pbo/quadratization.jl 64.00% <64.28%> (-3.80%) ⬇️
src/model/wrapper.jl 77.77% <72.00%> (+5.31%) ⬆️
... and 14 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@pedromxavier pedromxavier merged commit 0a7b10b into master Feb 17, 2023
@pedromxavier pedromxavier deleted the px/fix-raw-attributes branch February 17, 2023 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working urgent Immediate attention needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Restore support for raw attributes
2 participants