Cyrus Harrison
Cyrus Harrison
some errors and output don't make it back to the notebook, work on capturing more for example: `my_object` (output will go to simulation std out) `print(my_object)` (output will go to...
reminder to revisit these cases of relaxed error tolerances in our unit tests tests using point rendering: t_ascent_render_3d - tout_render_3d_points_variable_radius100.png (relaxed from default) t_ascet_vtkh_data_adapter- tout_render_3d_interleaved100.png (relaxed from default) slice test:...
Add here: https://ascent.readthedocs.io/en/latest/Actions/Extracts.html We have good docs in the Cloverleaf demo, but we should have an entry here as well.
def display_images(info): nonlocal server python 2 doesn't support the nonlocal keyword
python 3.7.x crash in python flow filter run time, when registering filters via flow.wrap_function() demoed in t_python_flow_smoke.py test_basic_easy no obvious culprit, here is a stack trace ``` frame #15: 0x00000001000c4ba2...
### Steps to reproduce Spack install of openmpi on macOS using -k. OpenMPI is dependency of larger tree for me, but this should do the trick: ``` spack/bin/spack -k install...
### Describe the bug Open DB and see: ``` Due to the large number of variables, 1091, in this database, VisIt has automatically disabled speculative expression generation of ALL forms...
proposal: For importing visit into python -- instead of two stage import for the `visit` , we should move to: * a `visit_launcher` module for the cases where you want...
### Describe the bug Imports like these: https://github.com/visit-dav/visit/blob/95b347fb2655fc620637fa6d775e4b72e4e309ff/src/test/visit_test_suite.py#L29 Need to be relative (have a `.` prefix) in the python module installed along with visit, otherwise users get import errors Important...
* expand blueprint index to take options node * add option for new map-based bp index (supports all cases including AMR) * add options to compute more metadata * extents...