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

POMDPSolve_jll Integration and POMDPTools Update #23

Merged
merged 21 commits into from
Dec 28, 2023
Merged

Conversation

dylan-asmar
Copy link
Member

POMDPSolve_jll is now on JuliaBinaryWrappers and registered after JuliaPackaging/Yggdrasil#7855 was merged. This PR reworks this package to use the POMDPSolve_jll package. I also updated to use POMDPTools and removed the Travis remnants while making this change.

I tried to add more thorough tests and updated the documentation. I also added a comprehensive docstring for the POMDPSolveSolver constructor.

@dylan-asmar dylan-asmar linked an issue Dec 25, 2023 that may be closed by this pull request
Copy link

codecov bot commented Dec 25, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (3da8474) 97.02% compared to head (20caae5) 98.76%.
Report is 24 commits behind head on master.

Files Patch % Lines
src/solver.jl 98.49% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
+ Coverage   97.02%   98.76%   +1.73%     
==========================================
  Files           3        3              
  Lines         101      162      +61     
==========================================
+ Hits           98      160      +62     
+ Misses          3        2       -1     

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

Copy link
Member

@zsunberg zsunberg left a comment

Choose a reason for hiding this comment

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

Wow @dylan-asmar , this is awesome. thank you! It looks good to me.

@zsunberg zsunberg merged commit ccc9d77 into master Dec 28, 2023
9 checks passed
@zsunberg zsunberg deleted the jll_integration branch December 28, 2023 16:52
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.

cross compiling with BinaryBuilder
2 participants