-
For documentation purposes, educational purposes, etc., it may often make sense to put tests *after* a definition. However, at the moment this is impossible since we attach all tests to the following…
-
### Description of task
Given a set of 3D waypoints, generate a path that goes through each waypoint. Then define a way to make Orca follow this path by publishing guidance messages. There are a lot …
-
The function INIT_Run cannot be easily tested in its current state. It is simply to large, both in its direct line count (it is over 400 lines long) and and the total amount of code it executes. (It c…
-
Hi:
I'd like to test FP8 in RTX 4090. I can find some BF16 functions like SM80_16x8x8_F32BF16BF16F32_TN in cutlass/include/cute/arch/mma_sm80.hpp, however, I can't find some FP8 functions like SM80_1…
-
When run with `-failfast`, the following test should run only `Test1`, which fails.
Instead, it reports the failure from `Test1` and then proceeds to run `Test2`.
https://go.dev/play/p/OiVQBuQ7fJl…
-
# 🐛 Bug
The stats generated by `aptos move coverage summary` use incorrect covered/unconvered numbers because inlined function line numbers are attributed to the calling module.
The summaries sh…
-
There appears to be a larger number of functions not yet implemented:
https://documentation.basis.cloud/BASISHelp/WebHelp/commands/Alphabetical_Functions.htm
Before filling the missing ones ther…
-
Cypress.io looks interesting for UI testing.
There are some Jest tests for the data model. These need to be reviewed for coverage.
Could/should we provide this as part of CI environment?
-
Set now has new data comparison features:
* `.difference()`
* `.intersection()`
* `symmetricDifference()`
* `.union()`
* `.disjointFrom()`
The functions.comparisons.ts should be refactored t…
-
---
# Refactor and improve bounce.py
## Description:
Refactor the `bounce.py` file to improve code quality, fix potential bugs, and enhance error handling and logging.
## Tasks:
- Refactor `boun…