Skip to content

Commit

Permalink
Update notebook tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdavis committed Sep 30, 2024
1 parent 18f7295 commit f473c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nb_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def run_notebook(notebook_path: Path, timeout: int) -> None:
"plugin_privbayes",
"plugin_ctgan(generic)",
"plugin_fourier_flows",
"plugin_timegan",
"plugin_aim",
"plugin_arf",
"plugin_great",
Expand All @@ -69,7 +70,6 @@ def run_notebook(notebook_path: Path, timeout: int) -> None:
"plugin_ctgan",
"plugin_nflow",
"plugin_tvae",
"plugin_timegan",
]

# For extras
Expand Down

0 comments on commit f473c19

Please sign in to comment.