entity-neural-network / incubator

Collection of in-progress libraries for entity neural networks.
Apache License 2.0
29 stars 10 forks source link

Revive hypertuna #210

Closed cswinter closed 2 years ago

vwxyzjn commented 2 years ago

The black issue can be fixed with

  - repo: https://github.com/python/black
    rev: 22.3.0
    hooks:
      - id: black
        args:
          - --exclude=wandb

See https://github.com/psf/black/issues/2964

I just merged #211 which also fixes this black issue. Feel free to rebase or merge master.