fix: load tabbed dash only for tests (#16091)
This commit is contained in:
parent
e6274e0764
commit
b72fd7b9f4
|
|
@ -133,8 +133,9 @@ def load_examples_run(
|
|||
print("Loading [Birth names]")
|
||||
examples.load_birth_names(only_metadata, force)
|
||||
|
||||
print("Loading [Tabbed dashboard]")
|
||||
examples.load_tabbed_dashboard(only_metadata)
|
||||
if load_test_data:
|
||||
print("Loading [Tabbed dashboard]")
|
||||
examples.load_tabbed_dashboard(only_metadata)
|
||||
|
||||
if not load_test_data:
|
||||
print("Loading [Random time series data]")
|
||||
|
|
|
|||
Loading…
Reference in New Issue