Skip to content

now really fixed the wrong loss computation due to overflows, see lin… #12

now really fixed the wrong loss computation due to overflows, see lin…

now really fixed the wrong loss computation due to overflows, see lin… #12

Workflow file for this run

---
name: "Test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-shell --run "npm i && npm run test"