Unify and Test New Python Examples#1817
Merged
Merged
Conversation
* Adds initial ex1 python example * Update examples/python/ex1-volume.py * after make format * formatting change * modifies main * adds strided restriction * Update examples/python/ex1-volume.py --------- ex - add python version of ex1 volume
* Add files via upload * Update ex2_surface.py * Update ex2_surface.py * Update ex2_surface.py * Update ex2_surface.py * Update ex2_surface.py * Update ex2_surface.py * Update ex2_surface.py * Delete examples/ceed/ex2_surface.py * Add cleaned and formatted ex2_surface.py example * style: update header and reformat ex2_surface.py * Delete examples/ceed/ex2_surface.py * Python Surface area example ---------------------------------------- ex - add ex2 surface example in python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Working branch for unifying the new Python examples and adding a test harness
ex_common.pyqfunctionsfolderex_test.py@katayoonk @arrowguy234, I've pulled common pieces of each of your codes into a separate file and added a testing file as well. Also note - I added the C source option for QFunctions as well (@ArshiaIlaty did a lot of work there). Feel free to comment on the branch and the changes I made to your work!
Thanks again for adding these - its a good improvement for us