Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

n-body test fails #31

Open
houd1ni opened this issue Apr 4, 2024 · 3 comments
Open

n-body test fails #31

houd1ni opened this issue Apr 4, 2024 · 3 comments

Comments

@houd1ni
Copy link

houd1ni commented Apr 4, 2024

image

@houd1ni
Copy link
Author

houd1ni commented Apr 4, 2024

Also after dirtyhacking 184 line to excess initializer, after building wasm, I couldn't launch the test yet:
image

@houd1ni
Copy link
Author

houd1ni commented Apr 4, 2024

Looks like the readme is wrong, and instead of npm run asbuild we should do npm run build. After that, I still cannot launch the tests with next error (including the warning of npm run build):
image

@houd1ni
Copy link
Author

houd1ni commented Apr 4, 2024

Looks like I had to var system = new NBodySystem([Sun()]); instead of empty var system = new NBodySystem([]);. No types about this, okay. Now my machine is infinitely powerful:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant