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

Feat/push enhanced images #161

Merged
merged 10 commits into from
Oct 22, 2024
Merged

Feat/push enhanced images #161

merged 10 commits into from
Oct 22, 2024

Conversation

margalva
Copy link
Collaborator

Add ability to push enhanced images via the pydynamicreporting API:

import ansys.dynamicreporting.core as adr
a = adr.Service(db_directory=r'D:\tmp\tiff\newdb')
a.start(create_db=True)
print(a._port)
b = a.create_item()
b.item_image = r'D:\tmp\tiff\displacement.tiff'

Also, modified nexus_launcher to be adr_launcher for 25.1 installations / docker images and later.

Copy link
Collaborator

@mariostieriansys mariostieriansys left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@margalva it seems you just are missing the tiff image to be used in the test, which is failing

@margalva margalva merged commit 38ba103 into main Oct 22, 2024
23 checks passed
@margalva margalva deleted the feat/push_enhanced_images branch October 22, 2024 14:12
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

Successfully merging this pull request may close these issues.

2 participants