-
Notifications
You must be signed in to change notification settings - Fork 115
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
Add ixmp show-versions
#320
Conversation
Codecov Report
@@ Coverage Diff @@
## master #320 +/- ##
==========================================
+ Coverage 97.41% 97.43% +0.02%
==========================================
Files 41 41
Lines 4253 4292 +39
==========================================
+ Hits 4143 4182 +39
Misses 110 110
Continue to review full report at Codecov.
|
Hi @khaeru, thank you for this update. In my machine this seems to be working smoothly:
Just two comments:
|
Another unrelated comment, in |
Good eye. Since it's unrelated, probably a separate PR? |
These are separate remotes on your local git repo.
My guess is In any case, And both points are good signs, in the sense that using |
Add a CLI command
ixmp show-versions
/ top-level functionixmp.show_versions()
—modeled after similar in xarray—that prints out versions of ixmp and its dependencies.Since we often run these codes from development branches, this version is enhanced to show the current git commit and branch for any repo installed with
pip install --editable
:Also add GitHub issue templates that prompt users to run this command when reporting a bug.
How to review
Try it and paste your results!
PR checklist