-
Notifications
You must be signed in to change notification settings - Fork 39
Fix spelling issues #106
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
base: copybara_push
Are you sure you want to change the base?
Fix spelling issues #106
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed a duplicated block
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MJR TODO: double check this
| Raises: | ||
| AttributeError: If requested field was not declared action or does | ||
| AttributeError: If requested field was not declared as action or does |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MJR TODO: check this
| 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MJR TODO: double check
|
|
||
| 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.""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MJR TODO: verify
| # 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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