BlocSoc-iitr / HorseRiders

A complex math and Fast Fourier Transform Library for Huff and EVM Assembly
MIT License
8 stars 9 forks source link

6-tests-passing #9

Closed blueh4mster closed 9 months ago

blueh4mster commented 9 months ago

Tests including add, sub, mul, div, calcR, toPolar are now passing. Since other functions(and macros) have errors, part of it is commented out to avoid huff compilation error.

Screenshot 2023-12-01 224331
startup-dreamer commented 9 months ago

Always run forge fmt before committing for the sake of standardization.

startup-dreamer commented 9 months ago

In the CI, none of the tests are passing in the complex test suite. Can you specify the exact command you used to run the tests locally?

0xpanicError commented 9 months ago

@startup-dreamer local tests are running Ive pulled and checked. Some issue with ci/cd actions for huff. would have to look into it.