-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various updates to fuzz testing (#1249)
- Set open trades to be 75% of calc max - Path independence check effective share reserves has a tolerance of 1e-4 - Path independence sets variable interest to 0 for closing trades only - Remove hyperdrive balance test
- Loading branch information
Sheng Lundquist
authored
Jan 11, 2024
1 parent
972cd92
commit 85dd1f6
Showing
5 changed files
with
37 additions
and
252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
"""Shared functions for interactive fuzz testing.""" | ||
|
||
from .fuzz_hyperdrive_balance import fuzz_hyperdrive_balance | ||
from .fuzz_long_short_maturity_values import fuzz_long_short_maturity_values | ||
from .fuzz_path_independence import fuzz_path_independence | ||
from .fuzz_profit_check import fuzz_profit_check |
232 changes: 0 additions & 232 deletions
232
lib/agent0/agent0/interactive_fuzz/fuzz_hyperdrive_balance.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.