-
Notifications
You must be signed in to change notification settings - Fork 2
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
🐛 Fix init instance tests and add init of a local instance in cwd #917
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #917 +/- ##
==========================================
- Coverage 83.79% 83.61% -0.19%
==========================================
Files 43 43
Lines 3432 3429 -3
==========================================
- Hits 2876 2867 -9
- Misses 556 562 +6 ☔ View full report in Codecov by Sentry. |
Test coverage was higher due to an incorrect test setup, can't really restore it fully with the correct setup. |
Fix laminlabs/lamindb#2180
Also fix incorrect tests in test_init_instance.py