ansys / pydpf-core

Data Processing Framework - Python Core
http://dpf.docs.pyansys.com/
MIT License
67 stars 24 forks source link

Bug located in reading main_title from the rst file #1543

Open rajesh1359 opened 4 months ago

rajesh1359 commented 4 months ago

Before submitting the issue

Description of the bug

While reading the main_title from rst file, dpf read until the first space encountered ( Refer to image below)

`import ansys.dpf.core as dpf model = dpf.Model(file_path)

op = dpf.operators.metadata.result_info_provider( data_sources=model.metadata.data_sources, )

result_result_info = op.outputs.result_info()`

image

Steps To Reproduce

...

Which Operating System causes the issue?

Windows

Which DPF/Ansys version are you using?

DPF Server 2024.2.pre1

Which Python version causes the issue?

3.10

Installed packages

...

rajesh1359 commented 4 months ago

file.zip Here is the result file to be used.