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: seperate is not an english word. It should be separate. #139

Closed
wants to merge 2 commits into from

Conversation

fernandezc
Copy link
Contributor

However, this fix, made in several comments, also affects the name of a function: seperate_interleaved.
So I marked the original as obsolete and created a new one: separate_interleaved which is intended to replace the previous one in future versions.

It is not a critical PR, so it can be ignored without any problem.

Additional changes :
A deprecated decorator has been added in util/misc.

AS it affect the name of one function, I made the original one
deprecated and create a new one: `separate_interleaved` which is
intended to replace the previous `seperate_interleaved` in
future releases.

For this a deprecated decorator has been added in util/misc.
@fernandezc
Copy link
Contributor Author

Hello,
Do you know why it takes so long to perform the travis checks for each PR I do on the master branch of the nmrglue repository, while it is immediate on my fork? I'd like to understand!
Thanks.

@kaustubhmote
Copy link
Collaborator

Nice catch! However, there are a ton of other places (in examples/doc) where things must be changed for this to be complete. So I'll not immediately merge this. I am not sure about the travis checks, but I'll try and see if this can be fixed.

@fernandezc
Copy link
Contributor Author

However, there are a ton of other places (in examples/doc) where things must be changed for this to be complete.

Yes you are right. I'd noticed this also. This is why I added the deprecated decorator. But as I said before, this is not very important.
Best regards.

@jjhelmus
Copy link
Owner

This and the other locations of seperate were replaced in #203. I think leaving the misspelled function in for backwards compatibility is fine rather than going through a deprecation cycle.

@jjhelmus jjhelmus closed this Nov 15, 2023
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