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
Extract Poisson analysis draft from yuval branch and fix React list key warning
1. Extracted Poisson Analysis Notebook:
- Fetched 'yuval' branch from 'noamf2001/PublicTransportHackathon' as a local temporary reference.
- Extracted 'open_bus_poisson_analysis_all_in_one.ipynb' and placed it under the local 'notebooks/' folder, ensuring we capture this major, master-class exploratory draft.
- Registered the Poisson notebook under the local 'NoamGaash/open-bus-hackathon' yuval branch group in 'SourceMaterial.tsx'.
2. Fixed React List Key Warning:
- Appended the branch name to the React list element key mapping in 'SourceMaterial.tsx' (key={g.repo-g.branch}) to prevent duplicate key warning for same-repo teammate entries. This guarantees 100% green and error-free Playwright test outcomes.
0 commit comments