Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
5bb9880 to
dedc15c
Compare
| # Here we wish to specifically set exterior space as indistinguishable | ||
| # from exterior walls, as we wish to perform connectedComponents only on | ||
| # connected groups of interior space. Thus, we set exterior space to a generic | ||
| # space value, i.e. 0. | ||
| GENERIC_SPACE_VALUE_IN_CONNECTION_INPUT = 0 | ||
|
|
There was a problem hiding this comment.
MJR TODO: verify duplicate block exists
|
@s2t2 I have reapplied my change and manually went through the changes to discard irrelevant/incorrect ones. |
s2t2
left a comment
There was a problem hiding this comment.
@codewithbear thanks for the update! I just did a first pass review and made some comments for myself to double check. I may pull down your branch and make some updates if that's alright.
|
|
||
| Args: | ||
| fahrenheit: Temperature in Kelvin, where 273K = 32°F. | ||
| fahrenheit: Temperature in Fahrenheit, where 32°F = 273K. |
There was a problem hiding this comment.
we would want to revert this change in units
|
|
||
| if not single_observation_response.observation_valid: | ||
| logging.warn( | ||
| logging.warning( |
There was a problem hiding this comment.
|
|
||
| If the maximum difference in the grid is less than some small constant, | ||
| conversion_threshold, then quit. Otherwise, return to step 2. | ||
| convergence_threshold, then quit. Otherwise, return to step 2. |
|
|
||
| Raises: | ||
| AttributeError: If requested field was not declared action or does | ||
| AttributeError: If requested field was not declared as action or does |
| A ValueError if the input value <= absolute 0, −459.67°F. | ||
| """ | ||
| if fahrenheit <= -495.67: | ||
| if fahrenheit <= -459.67: |
There was a problem hiding this comment.
MJR TODO: determine whether the docstring needs to change or the code needs to change
|
|
||
| Raises: | ||
| ValueError if neither design_hp or break_hp are provided. | ||
| ValueError if neither design_hp or brake_hp are provided. |
|
|
||
| class BaseReader(metaclass=abc.ABCMeta): | ||
| """Abstract base class for writing the building and reward protos.""" | ||
| """Abstract base class for reading the building and reward protos.""" |
| # Here we wish to specifically set exterior space as indistinguishable | ||
| # from exterior walls, as we wish to perform connectedComponents only on | ||
| # connected groups of interior space. Thus, we set exterior space to a generic | ||
| # space value, i.e. 0. | ||
| GENERIC_SPACE_VALUE_IN_CONNECTION_INPUT = 0 | ||
|
|
There was a problem hiding this comment.
MJR TODO: verify duplicate block exists
| ): | ||
| p1 = energy_utils.get_water_pump_power( | ||
| pump_duty_cycle=pump_duty_cycle, | ||
| pump_speed_percentage=pump_speed_percantage, |
There was a problem hiding this comment.
MJR TODO: verify we have changed all instances of pump_speed_percantage
This comment was marked as resolved.
This comment was marked as resolved.
|
@s2t2 thanks for reviewing! Sorry for a wide-spread change. I'm evaluating whether LLMs make good use case for spell checking (apparently they get too eager sometimes) and trying to make a useful contribution along the way. I verified and corrected the changes manually to my best judgement. Let me know if I can help addressing issues or tidying the pull request further. |
|
@codewithbear all good! It is fun to see what the agents are capable of and how they operate. If you would like to fix those "line too long" errors, that would be helpful - just let me know. Otherwise no worries and I can get to them. |
b3703d7 to
aa881a1
Compare
|
@s2t2 I fixed the long lines |
|
Nice, thank you! 🙌 |
This PR contains the following modifications:
(Slicing enabled: Yes)
Generated by Morph