Skip to content

Commit

Permalink
updating exception tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jhui18 committed Jul 31, 2024
1 parent 7f200b0 commit e82c4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubicon_ml/viz/dataframe_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def load_experiment_data(self):
len(self.experiments),
)
if self.data_df is None:
raise RubiconException(f"No dataframe with name {self.dataframe_name} found!")
raise Exception(f"No dataframe with name {self.dataframe_name} found!")

def register_callbacks(self, link_experiment_table=False):
outputs = [
Expand Down

0 comments on commit e82c4f2

Please sign in to comment.