fix typos and make formula_from_bdd more usable in Python

* python/spot/impl.i (formula_from_bdd): Instantiate for twa_graph.
* spot/twa/twa.hh (register_aps_from_dict): Typo in exception.
* tests/python/except.py: More tests for the above.
* tests/python/bdddict.py: Typo in comment.
This commit is contained in:
Alexandre Duret-Lutz 2022-03-10 10:53:18 +01:00
parent 187bacc254
commit 0745e735bb
4 changed files with 42 additions and 4 deletions

View file

@ -17,8 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Make sure we can leep track of BDD association in Python using bdd_dict, as
# discussed in issue #372.
# Make sure we can keep track of BDD association in Python using bdd_dict, as
# discussed in (deleted???) issue #372.
# CPython use reference counting, so that automata are destructed
# when we expect them to be. However other implementations like