diff --git a/src/amm_core/pricing/lookup_table_cdf.cairo b/src/amm_core/pricing/lookup_table_cdf.cairo index 7d380e3..a922141 100644 --- a/src/amm_core/pricing/lookup_table_cdf.cairo +++ b/src/amm_core/pricing/lookup_table_cdf.cairo @@ -4416,4 +4416,3 @@ fn lookup_cdf(index: u32) -> u128 { } } } - diff --git a/src/amm_core/pricing/option_pricing.cairo b/src/amm_core/pricing/option_pricing.cairo index 1e9bf70..5d3ec2a 100644 --- a/src/amm_core/pricing/option_pricing.cairo +++ b/src/amm_core/pricing/option_pricing.cairo @@ -359,13 +359,6 @@ mod tests { fn get_test_std_normal_cdf_cases() -> Array<(Fixed, Fixed)> { let mut arr = ArrayTrait::<(Fixed, Fixed)>::new(); - arr - .append( - ( - FixedTrait::from_felt(36028797018963968), - FixedTrait::from_felt(14326541) - ) - ); arr .append( (