-
Notifications
You must be signed in to change notification settings - Fork 93
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
Python examples #365
Python examples #365
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #365 +/- ##
========================================
Coverage 71.10% 71.10%
========================================
Files 271 271
Lines 30307 30307
========================================
Hits 21551 21551
Misses 8756 8756 ☔ View full report in Codecov by Sentry. |
SDK/Examples/Python/3mf_convert.py
Outdated
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
|
||
This file has been generated by the Automatic Component Toolkit (ACT) version 1.6.0-develop. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these files autogenerated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gangatp Sorry. Copy pasted from the existing example.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to install pip lib3mf for this? or these would take the libraries from build ? Is there an option to give the library source location?
That's a good point. I will make changes to make it work either way. |
… not installed through PyPI, the examples would work as long as the SDK structure is maintained)
@gangatp I have made the changes in the latest commit. I have also removed the line from ACT. |
First batch of python examples as mentioned in #343