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

Modify default_action to make function calls that use given mdp/pomdp #101

Closed
wants to merge 0 commits into from

Conversation

himanshugupta1009
Copy link

No description provided.

@codecov
Copy link

codecov bot commented Nov 15, 2022

Codecov Report

Base: 86.62% // Head: 85.74% // Decreases project coverage by -0.88% ⚠️

Coverage data is based on head (79d4944) compared to base (dd3531b).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
- Coverage   86.62%   85.74%   -0.89%     
==========================================
  Files          10       10              
  Lines         486      491       +5     
==========================================
  Hits          421      421              
- Misses         65       70       +5     
Impacted Files Coverage Δ
src/default_action.jl 41.93% <0.00%> (-8.07%) ⬇️

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.

@himanshugupta1009
Copy link
Author

@zsunberg wondering if this is ready to be merged with the Master branch. Let me know. Thanks!

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.

A few changes, as we discussed:

  1. switch order so that the preferred version is in the try
  2. be more specific on what error you respond to. It should only respond to MethodErrors with the correct function inside. Otherwise it should rethrow
  3. Use Base.depwarn
  4. We'll need to tag a new minor version.
    Thanks!

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.

2 participants