Limitations of rendering from simplnx and potential simplnx contributions. #43
Replies: 1 comment 1 reply
-
|
The logging example is nice. We will see where best to place this into the examples. For pixie, we are not familiar with pixie and who all is using that package manager. Our primary clients are all running conda-forge or anaconda based on their enterprise needs. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I had some questions about the limitations of simplnx:
Read Imageand then set theImageGeomto render as havingOutline Viewand2D Image Slice/View. Specifically so when the resulting .dream3d is opened all of the render properties are already configured.NXWorkshop/blob/develop/PythonTutorial/tutorial_0.ipynband not finding anything in the simplnx docs I am assuming the answer is no.I also had 2 other potential contributions that I wasn't sure where they could/should go:
Pixi install
I installed simplnx using pixi removing the dependency on conda/mamba and making the install compatible with uv/
pyproject.tomlproject configurations. I'm not sure which tutorials/install info pages this would be best added to but I think it would be nice as an extra install option. The commands in an existing project are:Or to create a new project:
Filter Result Logging
I was going through the Python Tutorials and I the thought that the
check_pipeline_resultfunction seemed more suited for past.pyusage and less so for interactive.ipynbusage so I put together thislog_pipeline_resultfunction which acts as a drop-in substitute based on logging rather than printing. I thought it could be included in a tutorial or otherwise available in the examples but wasn't sure exactly where to put it.Beta Was this translation helpful? Give feedback.
All reactions