test: add failing test for real fluent not shown in problem kind#734
Draft
arbimo wants to merge 1 commit into
Draft
test: add failing test for real fluent not shown in problem kind#734arbimo wants to merge 1 commit into
arbimo wants to merge 1 commit into
Conversation
4 tasks
Member
|
The idea is that the feature REAL_FLUENTS indicate a "numeric" planning problem. So if we have real fluents only in the duration definitions, we have the features: STATIC_FLUENTS_IN_DURATIONS and REAL_TYPE_DURATIONS. Because we want to differentiate temporal planning problems that use real fluents only to define actions duration from temporal numeric planning problems that uses real fluents in the problem "body". Does this make sense for you @arbimo? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@alvalentini @Framba-Luca This is more of a bug report than a complete pull request, but fixing it would certainly benefit from your expertise on this part of the library =)
In essence there is one problem in our test suite (
"robot_with_variable_duration") that has a real fluent but for which the corresponding feature is not detected.My intuition is that this happens because the fluent is not used in the problem itself.
This PR just adds a failing test for this.