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
There's lots of useful testing utilities in test/common.jl. It would be helpful if these were moved inside src into a module called TestUtils (consistent with standard naming conventions), so that others implementing new NodeOps etc can make use of this functionality (e.g. I'm doing this right now, and thinking "I'd really like to be able to run that _eval function that gets used in the TimeDag tests so that I can be sure my op handles the batch_interval correctly....")
The text was updated successfully, but these errors were encountered:
There's lots of useful testing utilities in
test/common.jl
. It would be helpful if these were moved insidesrc
into a module calledTestUtils
(consistent with standard naming conventions), so that others implementing newNodeOps
etc can make use of this functionality (e.g. I'm doing this right now, and thinking "I'd really like to be able to run that_eval
function that gets used in the TimeDag tests so that I can be sure my op handles the batch_interval correctly....")The text was updated successfully, but these errors were encountered: