Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incompatibility with latest client_info.py #2

Open
dgom opened this issue Apr 3, 2023 · 1 comment
Open

incompatibility with latest client_info.py #2

dgom opened this issue Apr 3, 2023 · 1 comment

Comments

@dgom
Copy link

dgom commented Apr 3, 2023

If I don't comment out the row " d["mock"]..." below which was added in the latest release of exploration-tool-repo I will not be able to run the grass detection training ipynb-example.

def _migrate_pre_v6_dict(d: dict[str, Any]) -> dict[str, Any]:
    ....
    d["mock"] = None if d.pop("mock") is None else {}
@Pflo-acconeer
Copy link
Collaborator

Thank you for the report.

The problem you are experiencing should be fixed in the new 6.0.1 release. Please check it out and see if the problem persists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants