Skip to content

Commit

Permalink
fixing test_plot_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sotorrio1 committed Oct 2, 2023
1 parent d5617b5 commit 9ad20d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion foqus_lib/framework/sdoe/test/test_plot_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_plot(fake_plt: mock.MagicMock):

plot_utils.plot(fname=fname, scatter_label=scatter_label)

assert fake_plt.show.call_count > 0
assert fake_plt.figure.called


def copy_from_package(file_name: str) -> None:
Expand Down
3 changes: 3 additions & 0 deletions foqus_lib/gui/sdoe/sdoePreview_UI.ui
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="windowModality">
<enum>Qt::WindowModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
Expand Down

0 comments on commit 9ad20d6

Please sign in to comment.