Skip to content
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

Fix typos #562

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Fix typos #562

merged 1 commit into from
Dec 12, 2024

Conversation

mwtoews
Copy link
Contributor

@mwtoews mwtoews commented Dec 12, 2024

This fixes a bunch of typos found using codespell. Configuration files are also added to re-check spelling later on. It could also be added as a CI process, if desired.

@coveralls
Copy link

Coverage Status

coverage: 79.492% (+0.2%) from 79.318%
when pulling 5ef4de2 on mwtoews:codespell
into e799d6f on pypest:develop.

def calculate_pertubations(self):
def calculate_perturbations(self):
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change will raise AttributeError if anyone tries to call calculate_pertubations(). If this is an issue, I can re-add the former method with a depreciation warning.

self.parameter_data.loc[:, "pertubation"] = (
self.parameter_data.loc[:, "perturbation"] = (
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also note this column name change

@briochh briochh merged commit 0d4d87d into pypest:develop Dec 12, 2024
14 checks passed
@briochh
Copy link
Collaborator

briochh commented Dec 12, 2024

Thanks @mwtoews

@mwtoews mwtoews deleted the codespell branch December 12, 2024 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants