We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74b038 commit 81c7abeCopy full SHA for 81c7abe
1 file changed
src/main.rs
@@ -109,7 +109,6 @@ fn run_xyf(graphics: bool) {
109
};
110
111
let start = Instant::now();
112
-
113
if let Some(win) = &mut window {
114
while win.is_open() || viewer.as_ref().unwrap().is_open() {
115
som.epoch(&data, None);
0 commit comments