AssertionError: PROCESSES in Unified Planning Colab Code #630
-
Hi everyone, I’ve been working on a code in Colab using Unified Planning, and it was working perfectly until recently. Suddenly, it started throwing the following error: python AssertionError Traceback (most recent call last) in <cell line: 1>()
8 frames /usr/local/lib/python3.10/dist-packages/unified_planning/model/problem_kind.py in _set(self, feature, possible_features) AssertionError: PROCESSES I also tried running an example from the Unified Planning Colab page (which used to work), and it's now generating the same error. Does anyone have insight into what might be causing this? Here's the link to the example: https://unified-planning.readthedocs.io/en/latest/notebooks/01-numeric-planning.html. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@juancarlosgss Is it possible that you are not using the main branch, but switched to #629 ? @hstairs Another possibility is that you updated up-enhsp upstream on pip? |
Beta Was this translation helpful? Give feedback.
-
I checked and the issue is in up-enhsp. @juancarlosgss if you force the previous version of up-enhsp, you should be able to workaround the issue:
|
Beta Was this translation helpful? Give feedback.
I checked and the issue is in up-enhsp.
@juancarlosgss if you force the previous version of up-enhsp, you should be able to workaround the issue: