-
Notifications
You must be signed in to change notification settings - Fork 4
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
Oct 2023 update #43
Oct 2023 update #43
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #43 +/- ##
=======================================
Coverage 95.57% 95.57%
=======================================
Files 2 2
Lines 226 226
=======================================
Hits 216 216
Misses 10 10
☔ View full report in Codecov by Sentry. |
docs/tutorial.rst
Outdated
@@ -10,8 +12,16 @@ This tutorial will walk you through using ELECTRIC to analyze the electric field | |||
- You are able to download or clone a directory from git. | |||
- You are familiar with bash scripts. | |||
|
|||
To begin thee tutorial, first make sure you have your `electric` environment activated: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: "thee"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update. Other than the small typo, it looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Description
This PR makes updates to ELECTRIC:
iteritems
is changed toitems
in ELECTRIC.iteritems
has been deprecated and the replacement isitems
. Its presence in ELECTRIC is making the script incompatible with newer pandas versions.environment.yaml
containingcmake
,gfortran
and Python packages is added and instructions for use are added to the docs.