Add missing main call for example file#3349
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3349 +/- ##
==========================================
+ Coverage 88.53% 88.54% +0.01%
==========================================
Files 868 868
Lines 98504 98506 +2
==========================================
+ Hits 87210 87224 +14
+ Misses 11294 11282 -12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I don't know if the main call itself should be tested. If it is tested per the codebase conventions can you please direct me to an example so that I can add it. |
Fixes # .
Summary/Motivation:
The missing main call in the example file prevents the running of the file properly. In accordance with the other example files the main call is added.
Changes proposed in this PR:
Legal Acknowledgement
By contributing to this software project, I have read the contribution guide and agree to the following terms and conditions for my contribution: