-
nodes can replace adapters
-
-
Existing data_writer methods - Write_forecast, Write_BERT, Write_attention have redundancies in code logic. This needs to be refactored
-
### Description
Right now SHT30 has a bunch of HAL_Master_* that differs from how we typically do it. That is kinda OK, but lets improve on this.
Depends on #sh
### Acceptance Criteria
- Uses H…
-
The `tests` directory has gotten large over time as we've added new components with their test cases. It's absolutely a good thing to have thorough testing but as a almost-flat directory it's hard to …
-
This file is getting quite large and should be broken up into smaller pieces. Patterns are emerging and more generic approaches can be taken to reuse code.
-
The codebase could use refactoring in order to improve performance, readability, and to make it cleaner for the future iterations in the pipeline.
-
Make the API's request generic, handling all the routes needed, and adds the key params that will be sent always like language and units (metric for Celsius and Fahrenheit) editable from the top of th…
-
### A proposal for refactor
The main script `glidertest/tools.py` is becoming quite bloated. I propose refactoring into a few scripts for usability and maintainability. One suggestion:
- `glider…
-
The time of adoption vector `toa` currently allows information about a single adoption to be registered. We need to refactor this component so `toa` is computed as a function of the adoption/cumadop m…