Conversation
|
Welcome back! Totally fine to commit directly on. 25a915e fix the issues? |
|
OK @haz , I am almost done. I need to fix the test cases bc the new pddl system seems to output things different than before. For example, it adds
This made me think our comparison between two PDDLs whether they are equal could be too strong and fragile. As soon as there is a char difference, a test will fail. So any re-formatting of the PDDL would break comparison between two otherwise same PDDL files. I am thinking whether I should change the unit test cases to not care about the exact formatting of a PDDL, whether it has a space here or two or 10, similar with Will fix and improve this tomorrow and get this out of the way. Thanks for the patient Chris! 👍🏽 |
|
Ya, I'd say skip spacing for comparisons would be best. Let the pddl package be finicky with that |
|
The normalizer is dropping the
I am puzzled why @haz decided not to include that requirement, there is explicit code (see screenshot) to drop it. Maybe it was wrongly imported from a previous determinizer? |
|
Ya, that requirements removal was an oversight, and almost certainly a copy/paste from the determinizer [here]. Nice catch, and thanks for the review! |
|
@haz , should we bump the version now that is aligned with the new I was going to do it to |
|
Ah, good point. Let's go with 0.2.0, as it'll be a bit broken with the update. |
|
Done! upgraded to 0.2.0 |




Closes #25