-
Notifications
You must be signed in to change notification settings - Fork 371
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-#447: Add show_versions helper for debugging #450
Conversation
Codecov Report
@@ Coverage Diff @@
## master #450 +/- ##
==========================================
- Coverage 65.65% 65.49% -0.16%
==========================================
Files 55 56 +1
Lines 4440 4460 +20
==========================================
+ Hits 2915 2921 +6
- Misses 1525 1539 +14
Continue to review full report at Codecov.
|
Thanks Cristian! Several suggested minor fixes on |
Please edit the PR title so that it is formatted based on the commit guidelines (e.g., DOCS-#...: commit message) |
Co-authored-by: Doris Lee <[email protected]>
Co-authored-by: Doris Lee <[email protected]>
Co-authored-by: Doris Lee <[email protected]>
Hey @dorisjlee! Sounds good, |
@dorisjlee added packages info from |
Looks good! Thanks @cgarciae! |
Overview
Adds a
show_versions()
function that prints the lux, pandas, and luxwidget versions. We can ask for this information for debugging.