Skip to main content
Module

x/neat_ai/quality.sh

DenoJS Neural network project written in typescript.
Go to Latest
File
#!/bin/bashset -e
deno fmt src test bench mod.tsdeno lint src test bench mod.tsrm -rf .trace .testdeno test --allow-all --trace-leaks --v8-flags=--max-old-space-size=8192 --parallel --config ./test/deno.json