-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
bugSomething isn't workingSomething isn't workingserverissue on the server sideissue on the server side
Description
Before submitting the issue
- I have checked for Compatibility issues
- I have searched among the existing issues
- I am using a Python virtual environment
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()`
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
...
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingserverissue on the server sideissue on the server side
