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
fix(logger): Bugs in AzureMLFlowLogger from #646 (#685)
Finally got around to trying our work in #646, and encountered these two
issues
- a stale reference to `AnemoiMLFlowLogger`
- `getattr` -> `dict.get`
I'll try to add a test or two that catches these.
Co-authored-by: Ana Prieto Nemesio <[email protected]>
0 commit comments