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

Removing Reader dependency in Results module #1300

Closed
wants to merge 70 commits into from

Merge branch 'main' into feat/using-dpf-for-results

15cdd1c
Select commit
Loading
Failed to load commit list.
Closed

Removing Reader dependency in Results module #1300

Merge branch 'main' into feat/using-dpf-for-results
15cdd1c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 17, 2024 in 1s

64.69% of diff hit (target 90.00%)

View this Pull Request on Codecov

64.69% of diff hit (target 90.00%)

Annotations

Check warning on line 1906 in src/ansys/mapdl/core/mapdl.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansys/mapdl/core/mapdl.py#L1905-L1906

Added lines #L1905 - L1906 were not covered by tests

Check warning on line 1908 in src/ansys/mapdl/core/mapdl.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansys/mapdl/core/mapdl.py#L1908

Added line #L1908 was not covered by tests

Check warning on line 1911 in src/ansys/mapdl/core/mapdl.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansys/mapdl/core/mapdl.py#L1910-L1911

Added lines #L1910 - L1911 were not covered by tests

Check warning on line 3900 in src/ansys/mapdl/core/mapdl.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansys/mapdl/core/mapdl.py#L3899-L3900

Added lines #L3899 - L3900 were not covered by tests

Check warning on line 3906 in src/ansys/mapdl/core/mapdl.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansys/mapdl/core/mapdl.py#L3906

Added line #L3906 was not covered by tests

Check warning on line 90 in src/ansys/mapdl/core/mapdl_grpc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansys/mapdl/core/mapdl_grpc.py#L88-L90

Added lines #L88 - L90 were not covered by tests

Check warning on line 92 in src/ansys/mapdl/core/mapdl_grpc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansys/mapdl/core/mapdl_grpc.py#L92

Added line #L92 was not covered by tests

Check warning on line 2377 in src/ansys/mapdl/core/mapdl_grpc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansys/mapdl/core/mapdl_grpc.py#L2377

Added line #L2377 was not covered by tests

Check warning on line 2381 in src/ansys/mapdl/core/mapdl_grpc.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansys/mapdl/core/mapdl_grpc.py#L2380-L2381

Added lines #L2380 - L2381 were not covered by tests

Check warning on line 51 in src/ansys/mapdl/core/reader/result.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansys/mapdl/core/reader/result.py#L51

Added line #L51 was not covered by tests

Check warning on line 81 in src/ansys/mapdl/core/reader/result.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansys/mapdl/core/reader/result.py#L80-L81

Added lines #L80 - L81 were not covered by tests

Check warning on line 113 in src/ansys/mapdl/core/reader/result.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansys/mapdl/core/reader/result.py#L113

Added line #L113 was not covered by tests

Check warning on line 120 in src/ansys/mapdl/core/reader/result.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansys/mapdl/core/reader/result.py#L118-L120

Added lines #L118 - L120 were not covered by tests

Check warning on line 122 in src/ansys/mapdl/core/reader/result.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansys/mapdl/core/reader/result.py#L122

Added line #L122 was not covered by tests

Check warning on line 126 in src/ansys/mapdl/core/reader/result.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansys/mapdl/core/reader/result.py#L126

Added line #L126 was not covered by tests

Check warning on line 140 in src/ansys/mapdl/core/reader/result.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansys/mapdl/core/reader/result.py#L140

Added line #L140 was not covered by tests

Check warning on line 168 in src/ansys/mapdl/core/reader/result.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansys/mapdl/core/reader/result.py#L168

Added line #L168 was not covered by tests

Check warning on line 174 in src/ansys/mapdl/core/reader/result.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansys/mapdl/core/reader/result.py#L174

Added line #L174 was not covered by tests

Check warning on line 177 in src/ansys/mapdl/core/reader/result.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansys/mapdl/core/reader/result.py#L177

Added line #L177 was not covered by tests

Check warning on line 179 in src/ansys/mapdl/core/reader/result.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansys/mapdl/core/reader/result.py#L179

Added line #L179 was not covered by tests

Check warning on line 182 in src/ansys/mapdl/core/reader/result.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansys/mapdl/core/reader/result.py#L182

Added line #L182 was not covered by tests

Check warning on line 190 in src/ansys/mapdl/core/reader/result.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansys/mapdl/core/reader/result.py#L190

Added line #L190 was not covered by tests

Check warning on line 200 in src/ansys/mapdl/core/reader/result.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansys/mapdl/core/reader/result.py#L196-L200

Added lines #L196 - L200 were not covered by tests

Check warning on line 207 in src/ansys/mapdl/core/reader/result.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansys/mapdl/core/reader/result.py#L203-L207

Added lines #L203 - L207 were not covered by tests

Check warning on line 217 in src/ansys/mapdl/core/reader/result.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/ansys/mapdl/core/reader/result.py#L216-L217

Added lines #L216 - L217 were not covered by tests