We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3dcbb commit 538b465Copy full SHA for 538b465
tests/test_inisitu_xrd_block.py
@@ -13,6 +13,7 @@ def test_block_temperature_mode(pytestconfig):
13
block.data["time_series_source"] = "log"
14
block.data["xrd_folder_name"] = "43_up"
15
block.data["time_series_folder_name"] = "log"
16
+ block.data["glob_str"] = "*summed*"
17
block.generate_insitu_xrd_plot(file_path=test_data_zip, link_plots=True)
18
19
assert block.data["bokeh_plot_data"] is not None
0 commit comments