-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DataframePlot - don't error if not all experiments have a dataframe (#…
…471) * Created an Intake Source for DataframePlotDataSource for reading Dataframe Plot visualizations * fixing typing errors * update styling issues * update environment.yml * remove nvm files * update test_viz.py for dataframe test * update parameters in test_viz.py for dataframe test * merging branch to main * resolve merge conflicts * remove nvm files * moved imports in viz.py and added dataframe plot tests in test_publish.py * add dataframe argumentfor publish tests * debugging test_viz.py * removed experiments check in test_viz * Created an intake source for MetricListComparisonDataSource for reading Metric List Comparison visualizations * updated formatting * removed duplicate test in test_viz.py * edit metriclist types and removing experiments from metriclistcomparison in publish.py * edit test_viz.py metric list parameter names * update metric list tests * edit comments * remove error for no dataframe logged to each experiment * update code styling * changing warning logic * update formatting * added dataframe testing * update assertion syntax * update daataframe tests * updating exceptions * remove unused var * updating excepions and testing * updating exception tests * remove all dataframes from experiments test * remove unused import * raise rubiconException and test * added new dataframe tests * remove unused variable --------- Co-authored-by: Jacqueline Hui <[email protected]>
- Loading branch information
Showing
3 changed files
with
72 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters