You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow GenericDataContainer as input/output of a CustomOperator and fix dpf-site.zip update (#1376)
* Make available_operator_names available at root level
Signed-off-by: paul.profizi <[email protected]>
* Add typehint to get_or_create_server
Signed-off-by: paul.profizi <[email protected]>
* Fix get_api_for_type argument naming
Signed-off-by: paul.profizi <[email protected]>
* Allow GenericDataContainer as output of custom_operator
Signed-off-by: paul.profizi <[email protected]>
* Add test and add GDC as input. Waiting for dpf-site.zip update feature
Signed-off-by: paul.profizi <[email protected]>
* Change update of dpf-site.zip to only change ansys-dpf-core (WIP)
Signed-off-by: paul.profizi <[email protected]>
* Update of dpf-site.zip works for non-editable install of ansys-dpf-core
Signed-off-by: paul.profizi <[email protected]>
* Use update of dpf-site.zip in test_python_plugins.py
Signed-off-by: paul.profizi <[email protected]>
* Fix type_to_input method for generic_data_container in _custom_operators_helpers.py
Signed-off-by: paul.profizi <[email protected]>
* Working dpf-site.zip update when ansys-dpf-core installed non-editable
Signed-off-by: paul.profizi <[email protected]>
* Working update of dpf-site.zip for both editable and non-editable installs of ansys-dpf-core
Signed-off-by: paul.profizi <[email protected]>
* Skip test for DPF<7.0
Signed-off-by: paul.profizi <[email protected]>
* Add test_set_get_int_generic_data_container
Signed-off-by: paul.profizi <[email protected]>
* Revert "Add test_set_get_int_generic_data_container"
This reverts commit 8ca296c.
* Change operator.get_output to return None when response from server is None (instead of instantiating an empty DPF object)
Signed-off-by: paul.profizi <[email protected]>
* Skip LegacyGrpc in tests on GenericDataContainer as output of an Operator until server fix.
Signed-off-by: paul.profizi <[email protected]>
* Remove duplicate
Signed-off-by: paul.profizi <[email protected]>
---------
Signed-off-by: paul.profizi <[email protected]>
0 commit comments