-
Notifications
You must be signed in to change notification settings - Fork 55
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
writeRefAxis is midly broken #69
Labels
bug
Something isn't working
Comments
Just needs to be cast to a list, I'll take care of it in my docs push |
bbrelje
added a commit
to bbrelje/pygeo-1
that referenced
this issue
Mar 2, 2021
12 tasks
marcomangano
added a commit
that referenced
this issue
Aug 4, 2022
* move the examples folder * fixes writeRefAxes error closes #69 * move dpw crm gif to doc/images folder * move examples folder back to root * move examples back to root * add cylinder example to docs * add c172 local global param tutorial examples * add selective code embed feature to docs * add getting started tutorial to docs * improved index page * FFD tutorials done * ignore doc build files from git * minor change to docs * post-merge fixes * Messed up merge commit * flake8 fixes * flake8 fixes * removed hosted extension * added embed_code from theme * black format * updated index * converted some embed-code to literalinclude * converted the rest of the code * intersphinx updates * rearranging docs structure * unifying pointset spelling * formatting stuff * fitted FFD note * marco comments * moved content to new page so it is easier to find * proofreading * added figures for embedded FFD volume * formatting * marco comments * more marco comments * example script edits * changed function references to docs links * fixing docs errors * redid cylinder figures * random reformatting from when I was bored at home * forgot to save DVGeoESP whoops * Clarified `xFraction` docstrings and added `yFraction` and `zFraction` * clarified xyzFraction in the docs - is it understandable? * flake8/black fixes * updated depracated functions Co-authored-by: Anil Yildirim <anily@umich.edu> Co-authored-by: Neil Wu <602725+nwu63@users.noreply.github.com> Co-authored-by: Hannah Hajdik <hajdik@umich.edu> Co-authored-by: sseraj <sseraj@umich.edu> Co-authored-by: Sabet Seraj <48863473+sseraj@users.noreply.github.com> Co-authored-by: Marco Mangano <36549388+marcomangano@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
DVGeometry.writeRefAxes appears to have broken midly due to a change in OrderedDict(). It should be reg tested but currently is not
Steps to reproduce issue
Current behavior
Raises the following error:
Expected behavior
Should not do that
The text was updated successfully, but these errors were encountered: