Skip to content
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

Notebook update with new transaction, SWU, and energy functions #57

Merged
merged 13 commits into from
Jul 26, 2024

Conversation

nsryan2
Copy link
Member

@nsryan2 nsryan2 commented Jul 26, 2024

This PR updates all of the analysis notebooks in this repository to standardize their approach and incorporate functions to reduce variance in analysis between scenarios.

The new functions introduced are:
fuel_transactions.py

  1. fuel_received (fuel transactions for specific receivers)
  2. fuel_sent (fuel transactions for specific senders)

waste.py

  1. isotope_database (transaction information for each isotope given in each of the given commodities at a receiver)

products.py

  1. energy_supply
  2. squ_supply
    Both turn the sqlite and pandas manipulation each scenario was doing into a single function.

This PR also updates the CI status tag on the top-level README.md.

Closes #45

@nsryan2 nsryan2 added Documentation Improvements or additions to documentation New Feature Adds a new feature Example Creates an example of code use labels Jul 26, 2024
@nsryan2 nsryan2 self-assigned this Jul 26, 2024
@pep8speaks
Copy link

pep8speaks commented Jul 26, 2024

Hello @nsryan2! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2024-07-26 15:42:00 UTC

@nsryan2 nsryan2 merged commit 9a9c34c into main Jul 26, 2024
1 check passed
@nsryan2 nsryan2 deleted the notebook_update branch July 26, 2024 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Improvements or additions to documentation Example Creates an example of code use New Feature Adds a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Restandardize the analysis scripts
2 participants