Rajendra Adhikari

Results 21 issues of Rajendra Adhikari

**Please verify that the error is present in the most recent revision before reporting.** **Chapter number or note title:** Chapter 4 - Greedy Algorithms **Page number:** 174 **Error description:** The...

When I define two function with the same state trigger source, the kwargs for the second trigger definition is merged with the first trigger definition and this leads to run...

**Is your feature request related to a problem? Please describe.** Recently, we uncovered an error where LARGEEE team [was upgrading](https://github.com/NREL/resstock/blob/9436bcae373a73ff8c0b4f6ddd18fa815b64788f/project_national/fact_sheets_category_14.yml#L126) "HVAC Heating Type And Fuel" in lieu of "Heating Fuel"...

enhancement

## Pull Request Description Python version of the sampling script. There are also helper testing script that can verify if a given buildstock.csv is correct or not according to the...

**Is your feature request related to a problem? Please describe.** [ResStock supports a variety of output format for timeseries and annual results.](https://github.com/NREL/resstock/blob/develop/resources/hpxml-measures/ReportSimulationOutput/measure.rb#L40) Currently, BSB assumes that the timeseries results will...

enhancement

Fixes # . ## Pull Request Description ## Checklist Not all may apply - [ ] Code changes (must work) - [ ] Tests exercising your feature/bug fix (check coverage...

**Describe the bug** Currently, the apply_logic schema allows the `apply_logic` to begin as either a map or a list. It also allows `not` block to be either a list or...

enhancement

**Describe the bug** Postprocessing is stuck at the initial dask call and fails to do anything before timing out. **To Reproduce** Steps to reproduce the behavior: 1. It's kinda random....

bug

**Describe the bug** If workflow_generator args doesn't contain simulation_output_report key in the project yaml, postprocessing crashes **To Reproduce** Steps to reproduce the behavior: 1. Run a simulation with residential_hpxml workflow...

bug

**Is your feature request related to a problem? Please describe.** Currently, BSB extracts all the weather files from the weather files zip file before starting the simulation. For tiny runs,...

enhancement