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

The channel is not alive on some aplot/kplot/lplot tests #3431

Open
germa89 opened this issue Sep 26, 2024 · 0 comments
Open

The channel is not alive on some aplot/kplot/lplot tests #3431

germa89 opened this issue Sep 26, 2024 · 0 comments

Comments

@germa89
Copy link
Collaborator

germa89 commented Sep 26, 2024

          For some reason I keep getting ``ansys.mapdl.core.errors.MapdlConnectionError: The channel is not alive.`` on some tests:
@pytest.mark.parametrize(
    "plot_func,entity,gen_func,arg1,arg2",
    [
        ("vplot", "VOLU", "block", (0, 1, 0, 1, 0, 1), (1, 2, 1, 2, 1, 2)),
        # Uncommenting the following lines raise an exception for channel not
        # alive. See #3421
        # ("aplot", "AREA", "rectng", (0, 1, 0, 1), (1, 2, 1, 2)),
        # ("lplot", "LINE", "l", (1, 1, 1), (1, -1, 1)),
        # ("kplot", "KP", "k", ("", 0, 0, 0), ("", 1, 1, 1)),
    ],
)
def test_xplot_not_changing_geo_selection_components(
....

I haven't been able to found a solution, but it seems other tests pass. So I'm going to keep them comment them, and hopefully I can come back in the future.

Originally posted by @germa89 in #3421 (comment)

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

No branches or pull requests

1 participant