Skip to content

Commit

Permalink
remove duplicating test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
nikanor.goreglyad committed Jul 19, 2024
1 parent 3643664 commit c778c5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion src/amm_core/pricing/lookup_table_cdf.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -4416,4 +4416,3 @@ fn lookup_cdf(index: u32) -> u128 {
}
}
}

7 changes: 0 additions & 7 deletions src/amm_core/pricing/option_pricing.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -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(
(
Expand Down

0 comments on commit c778c5d

Please sign in to comment.