Skip to content

Commit a916b55

Browse files
committed
chore: update calibration module
1 parent ea46800 commit a916b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quant/calibration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ use nalgebra::DVector;
33
use crate::quant::CalibrationLossScore;
44

55
pub mod bsm;
6+
pub mod heston;
67
pub mod sabr;
78
pub mod sabr_smile;
8-
pub mod heston;
99

1010
#[derive(Clone, Debug)]
1111
pub struct CalibrationHistory<T> {

0 commit comments

Comments
 (0)