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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

oftfrfbf
Copy link

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
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: No status
Development

Successfully merging this pull request may close these issues.

1 participant