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 mithril, since now types can be polymorphic, types should be updated accordingly. Therefore types of all primitives should be implemented
Second topic of this issue is that in mithril, we currently have some values in __call__() function. These values should be carried to the init of primitive functions.
Context
Analyze all primitive functions of Mithril.
Find types of all functions.
Update type of primitives accordingly.
Update init values of all primitive functions.
change name cutoff to threshold
update tests accordingly
Additional Details
N/A
The text was updated successfully, but these errors were encountered:
Summary
In mithril, since now types can be polymorphic, types should be updated accordingly. Therefore types of all primitives should be implemented
Second topic of this issue is that in mithril, we currently have some values in
__call__()
function. These values should be carried to the init of primitive functions.Context
cutoff
tothreshold
Additional Details
N/A
The text was updated successfully, but these errors were encountered: