Skip to content

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.

self.observation_data.weight = new_weights

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.build_increments()
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