Skip to content

Commit

Permalink
Time filtered artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
hlinander committed Dec 19, 2023
1 parent a21a5ca commit f8dce60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rust/vis/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,8 @@ impl GuiRuns {
fn render_artifact_selector(&mut self, ui: &mut egui::Ui) {
for artifact_name in self
.runs
.active_runs
.time_filtered_runs
// .active_runs
.iter()
.map(|train_id| self.runs.runs.get(train_id).unwrap().artifacts.keys())
.flatten()
Expand Down

0 comments on commit f8dce60

Please sign in to comment.