tilde-lab / metis-client

Metis infrastructure API client in Python
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

fix: example #13

Closed knopki closed 1 year ago

knopki commented 1 year ago

Regression in example. Used old dataclass syntax. Also, last print and assert is useless - .cancel() returns nothing.

knopki commented 1 year ago

Funny. No code changes, but fail of tests for python3.11 with this bug. Removed html report generation.