bec-ipython-client 3.68.2__tar.gz → 3.69.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of bec-ipython-client might be problematic. Click here for more details.
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/PKG-INFO +1 -1
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/pyproject.toml +1 -1
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/tests/end-2-end/test_scans_lib_e2e.py +5 -7
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/.gitignore +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/__init__.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/beamline_mixin.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/bec_magics.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/bec_startup.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/callbacks/__init__.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/callbacks/device_progress.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/callbacks/ipython_live_updates.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/callbacks/live_table.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/callbacks/move_device.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/callbacks/utils.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/high_level_interfaces/__init__.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/high_level_interfaces/bec_hli.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/high_level_interfaces/spec_hli.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/main.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/plugins/SLS/__init__.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/plugins/SLS/sls_info.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/plugins/XTreme/__init__.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/plugins/XTreme/x-treme.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/plugins/__init__.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/plugins/flomni/flomni_config.yaml +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/prettytable.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/progressbar.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/signals.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/demo.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/tests/client_tests/test_beamline_mixins.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/tests/client_tests/test_bec_client.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/tests/client_tests/test_device_progress.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/tests/client_tests/test_ipython_live_updates.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/tests/client_tests/test_live_table.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/tests/client_tests/test_move_callback.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/tests/client_tests/test_pretty_table.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/tests/conftest.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/tests/end-2-end/_ensure_requirements_container.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/tests/end-2-end/test_procedures_e2e.py +0 -0
- {bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/tests/end-2-end/test_scans_e2e.py +0 -0
{bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/tests/end-2-end/test_scans_lib_e2e.py
RENAMED
|
@@ -108,12 +108,10 @@ def test_config_updates(bec_client_lib):
|
|
|
108
108
|
assert dev.rt_controller.limits == [-50, 50]
|
|
109
109
|
|
|
110
110
|
dev.rt_controller.velocity.set(10).wait()
|
|
111
|
+
assert dev.rt_controller.velocity.read(cached=True)["rt_controller_velocity"]["value"] == 10
|
|
111
112
|
assert dev.rt_controller.velocity.read()["rt_controller_velocity"]["value"] == 10
|
|
112
|
-
assert dev.rt_controller.velocity.read(cached=False)["rt_controller_velocity"]["value"] == 10
|
|
113
113
|
assert dev.rt_controller.read_configuration()["rt_controller_velocity"]["value"] == 10
|
|
114
|
-
assert (
|
|
115
|
-
dev.rt_controller.read_configuration(cached=False)["rt_controller_velocity"]["value"] == 10
|
|
116
|
-
)
|
|
114
|
+
assert dev.rt_controller.read_configuration()["rt_controller_velocity"]["value"] == 10
|
|
117
115
|
|
|
118
116
|
dev.rt_controller.velocity.put(5)
|
|
119
117
|
assert dev.rt_controller.velocity.get() == 5
|
|
@@ -454,7 +452,7 @@ def test_computed_signal(bec_client_lib):
|
|
|
454
452
|
dev.pseudo_signal1.set_compute_method(compute_signal1)
|
|
455
453
|
dev.pseudo_signal1.set_input_signals()
|
|
456
454
|
|
|
457
|
-
assert dev.pseudo_signal1.read(
|
|
455
|
+
assert dev.pseudo_signal1.read()["pseudo_signal1"]["value"] == 5
|
|
458
456
|
|
|
459
457
|
|
|
460
458
|
def test_cached_device_readout(bec_client_lib):
|
|
@@ -476,13 +474,13 @@ def test_cached_device_readout(bec_client_lib):
|
|
|
476
474
|
|
|
477
475
|
dev.samx.velocity.put(orig_velocity)
|
|
478
476
|
|
|
479
|
-
data = dev.hexapod.x.readback.read(
|
|
477
|
+
data = dev.hexapod.x.readback.read()
|
|
480
478
|
timestamp = data["hexapod_x"]["timestamp"]
|
|
481
479
|
data = dev.hexapod.x.readback.read(cached=True)
|
|
482
480
|
assert data["hexapod_x"]["timestamp"] == timestamp
|
|
483
481
|
|
|
484
482
|
# check that .get also updates the cache
|
|
485
|
-
dev.hexapod.x.readback.get(
|
|
483
|
+
dev.hexapod.x.readback.get()
|
|
486
484
|
timestamp_2 = dev.hexapod.x.readback.read(cached=True)["hexapod_x"]["timestamp"]
|
|
487
485
|
assert timestamp_2 != timestamp
|
|
488
486
|
|
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/beamline_mixin.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/callbacks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/callbacks/live_table.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/callbacks/move_device.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/callbacks/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/plugins/SLS/__init__.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/plugins/SLS/sls_info.py
RENAMED
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/plugins/XTreme/x-treme.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/bec_ipython_client/plugins/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/tests/client_tests/test_beamline_mixins.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/tests/client_tests/test_bec_client.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/tests/client_tests/test_device_progress.py
RENAMED
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/tests/client_tests/test_live_table.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/tests/client_tests/test_move_callback.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/tests/client_tests/test_pretty_table.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.68.2 → bec_ipython_client-3.69.1}/tests/end-2-end/test_procedures_e2e.py
RENAMED
|
File without changes
|
|
File without changes
|