You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 {}
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: