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

Fix examples #102

Merged
merged 2 commits into from
Nov 4, 2024
Merged

Fix examples #102

merged 2 commits into from
Nov 4, 2024

Conversation

MorganeExtrality
Copy link
Collaborator

Some examples of the documentation present the following line of code:

simai = ansys.simai.core_from_config()

Which returns the following error:

Fix AttributeError: module 'ansys.simai' has no attribute 'core_from_config'

This PR fixes that.

@MorganeExtrality MorganeExtrality added the bug Something isn't working label Oct 28, 2024
Copy link

codecov bot commented Oct 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.62%. Comparing base (d973fe5) to head (ccd0d80).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #102   +/-   ##
=======================================
  Coverage   83.62%   83.62%           
=======================================
  Files          44       44           
  Lines        2589     2589           
=======================================
  Hits         2165     2165           
  Misses        424      424           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@tmpbeing tmpbeing left a comment

Choose a reason for hiding this comment

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

Thank you !

@tmpbeing tmpbeing merged commit 167e38a into main Nov 4, 2024
33 checks passed
@tmpbeing tmpbeing deleted the mb/fix_examples branch November 4, 2024 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants