We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e02a0 commit b343900Copy full SHA for b343900
examples/bimodal_ke/main.rs
@@ -50,7 +50,7 @@ fn main() -> Result<()> {
50
let mut algorithm = dispatch_algorithm(settings, eq, data)?;
51
let mut result = algorithm.fit()?;
52
result.write_outputs()?;
53
- result.write_json(true)?;
+ result.write_json()?;
54
55
Ok(())
56
}
0 commit comments