Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

johnjasa

johnjasa created a comment on a pull request on NREL/GreenHEART
The changes to the readme make it seem like you installing via the conda environment doesn't require you to set the NREL API keys. I say this because the first header has three steps and the next h...

View on GitHub

johnjasa created a review on a pull request on NREL/GreenHEART
Looks great, I pushed some extremely minor changes directly to the PR. All four of the example notebooks have some quasi-repetitive explanations in the first half of the notebooks. Is this on pu...

View on GitHub

johnjasa pushed 1 commit to public kbrunik/GreenHEART
  • Minor typo fixes to example 545771e

View on GitHub

johnjasa opened an issue on NREL/GreenHEART
Remove dependency on electrolyzer repo
Currently, most of the files in GreenHEART use the built-in electrolyzer models. There's some usage of the electrolyzer repo, leading to a requirement to pip install from Jared's fork. The cases ...
johnjasa opened an issue on NREL/GreenHEART
Add simple README to examples folder
While proper docs are under construction, we should add a simple README file to the `examples` directory that briefly details what each example does. Just a sentence or two for each is great.
johnjasa closed an issue on NREL/HOPP
Add simple README to examples folder
While proper docs are under construction, we should add a simple README file to the `examples` directory that briefly details what each example does. Just a sentence or two for each is great.
johnjasa opened an issue on NREL/HOPP
Add simple README to examples folder
While proper docs are under construction, we should add a simple README file to the `examples` directory that briefly details what each example does. Just a sentence or two for each is great.
johnjasa pushed 2 commits to develop NREL/GreenHEART
  • removing unused dependencies e39f5e5
  • Merge pull request #23 from bayc/feature/remove_unused_dependencies Remove unused dependencies 3ecd63a

View on GitHub

johnjasa closed a pull request on NREL/GreenHEART
Remove unused dependencies
# Remove unused dependencies <!-- Be sure to title your pull request so that readers can scan through the list of PR's and understand what this one involves. It should be a few well selected wor...
johnjasa created a review on a pull request on NREL/GreenHEART

View on GitHub

johnjasa pushed 4 commits to develop NREL/GreenHEART
  • Remove humpday from pyproject.toml 59b971c
  • Merge pull request #26 from NREL/johnjasa-patch-1 Remove humpday from pyproject.toml 922292c
  • Update README.md 5a10c1e
  • Merge pull request #27 from NREL/main Backmerge main 993dd07

View on GitHub

johnjasa closed a pull request on NREL/GreenHEART
Backmerge main
Handling minor changes.
johnjasa opened a pull request on NREL/GreenHEART
Backmerge main
Handling minor changes.
johnjasa pushed 1 commit to main NREL/GreenHEART

View on GitHub

johnjasa pushed 2 commits to develop NREL/HOPP
  • Remove humpday from pyproject.toml 2510f9e
  • Merge pull request #386 from NREL/johnjasa-patch-1 Remove humpday from pyproject.toml 2261137

View on GitHub

johnjasa closed a pull request on NREL/HOPP
Remove humpday from pyproject.toml
johnjasa closed a pull request on NREL/GreenHEART
Remove humpday from pyproject.toml
johnjasa created a comment on an issue on NREL/GreenHEART
Awesome, thank you, I've reproduced it locally with your info. I'll dig into this now.

View on GitHub

johnjasa opened a pull request on NREL/GreenHEART
Remove humpday from pyproject.toml
johnjasa created a branch on NREL/GreenHEART

johnjasa-patch-1

johnjasa opened a pull request on NREL/HOPP
Remove humpday from pyproject.toml
johnjasa created a branch on NREL/HOPP

johnjasa-patch-1

johnjasa created a comment on an issue on NREL/GreenHEART
@jmartin4nrel, I tried this on my Windows machine and the example ran without error (including the FLORIS part). Could you please share what version of Python you're using and the output of a `cond...

View on GitHub

johnjasa opened an issue on NREL/GreenHEART
Add a Windows CI run
Issues like #24 could be avoided if we added a Windows GitHub action run. Once we remove `humpday` as a dependency we should be able to (reasonably quickly) add a Windows CI action.
johnjasa created a review on a pull request on NREL/HOPP

View on GitHub

johnjasa pushed 5 commits to hopp_lca_pr dakotaramos/HOPP
  • update the api url for the nsrdb 517e156
  • correct naming of the test pypi workflow 644bd37
  • Merge pull request #381 from bayc/feature/update_NSRDB_API_URL Update the API URL for the NSRDB e893987
  • Merge pull request #384 from RHammond2/fix/action-naming Bug Fix: Correct the display name of the Test PyPI Action 15b63a5
  • Merge branch 'develop' into hopp_lca_pr 7e32480

View on GitHub

johnjasa created a review comment on a pull request on NREL/HOPP
Looks like the `time` package is no longer imported? Not sure if you still need this except block or if it was just for debugging.

View on GitHub

johnjasa created a review on a pull request on NREL/HOPP
I pulled down this branch and played around a bit, I dig it! I have some minor comments, nothing major. Really big effort here to get both tools integrated into HOPP, thank you for that.

View on GitHub

johnjasa created a review on a pull request on NREL/HOPP
I pulled down this branch and played around a bit, I dig it! I have some minor comments, nothing major. Really big effort here to get both tools integrated into HOPP, thank you for that.

View on GitHub

johnjasa opened an issue on NREL/HOPP
Move `tests.hopp.utils` to within the HOPP package
The current tests assume that you are in a certain directory when running them because of this line: ``` from tests.hopp.utils import create_default_site_info ``` We should refactor that file...
Load more