You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In test_tricrypto.initialize_pool, some variables such as A and gamma aren't loaded directly from the vyper_tricrypto fixture's storage. We call functions that may return values different from what's in the storage state (the packed variables).
Not a problem right now, but we should fix this if, for example, we do future tests involving ramping A or gamma.
Variables needing a fix:
A
gamma
The text was updated successfully, but these errors were encountered:
In
test_tricrypto.initialize_pool
, some variables such as A and gamma aren't loaded directly from thevyper_tricrypto
fixture's storage. We call functions that may return values different from what's in the storage state (the packed variables).Not a problem right now, but we should fix this if, for example, we do future tests involving ramping A or gamma.
Variables needing a fix:
The text was updated successfully, but these errors were encountered: