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

Updated paths in test_align_to_ping_time_glider_azfp to use pytest fixture #1414

Conversation

oftfrfbf
Copy link
Contributor

This is my first time commiting so I hope I am following all the right procedures.

I noticed a broken test here:

def test_align_to_ping_time_glider_azfp():

The file paths were not using the pytest.fixture and so the "xmlmap.root" value was ending up referenced as:

'/Users/user/Documents/github/echopype/echopype/tests/utils/echopype/test_data/azfp/rutgers_glider_external_nc/18011107.XML'

when it should be:

'/Users/user/Documents/github/echopype/echopype/test_data/azfp/rutgers_glider_external_nc/18011107.XML'

Please let me know if this isn't correct. Regards.

@oftfrfbf oftfrfbf changed the title Updated paths in test_align_to_ping_time_glider_azfp to use pytest fi… Updated paths in test_align_to_ping_time_glider_azfp to use pytest fixture Nov 25, 2024
@oftfrfbf oftfrfbf added the bug Something isn't working label Nov 25, 2024
@oftfrfbf oftfrfbf self-assigned this Nov 25, 2024
@leewujung
Copy link
Member

@oftfrfbf : Thanks for catching this bug and the PR! Sorry it took me forever to get to this.

Everything looks great, and I'll merge this now!

@leewujung leewujung merged commit 873e070 into OSOceanAcoustics:main Dec 9, 2024
5 checks passed
@leewujung leewujung added this to the v0.9.1 milestone Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants