Skip to content

Commit

Permalink
🔢 Automatic parameteric table plot extension
Browse files Browse the repository at this point in the history
  • Loading branch information
daquintero committed Aug 21, 2024
1 parent 8ac3914 commit 220576f
Show file tree
Hide file tree
Showing 83 changed files with 47,301 additions and 1,116 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_import.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, ubuntu-22.04, windows-latest, windows-2022, windows-2019, macos-latest, macos-12]
python-version: ['3.10', '3.11']

steps:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ def two_port_measurement_configuration(

pe.visual.frequency.measurement_data_collection.plot_s_parameter_per_component(
data_collection=reinstantiated_vna_self_calibration_experiment_data.data,
parameters_list=reinstantiated_vna_self_calibration_experiment_data.experiment.parameters_list,
s_parameter_plot="plot_s_db",
path="../../_static/img/examples/08_basic_interconnection_modelling/reinstantiate_subset_example_plot_through.jpg",
)
Expand All @@ -527,7 +528,6 @@ def two_port_measurement_configuration(

pe.visual.frequency.experiment_data.plot_s_parameter_real_and_imaginary(
rf_vna_self_calibration_data,
figure_kwargs={"figsize": (10, 20)},
path="../../_static/img/examples/08_basic_interconnection_modelling/s_parameter_re_im_vna_calibration_experiment_data_collection.jpg",
)

Expand Down
Loading

0 comments on commit 220576f

Please sign in to comment.