Skip to content

Commit

Permalink
Merge pull request #13 from dpeerlab/formatting
Browse files Browse the repository at this point in the history
Format with black and ruff wassersteinwormhole package
  • Loading branch information
DoronHav authored Apr 26, 2024
2 parents 4cd05d4 + e4ce454 commit 851e4f2
Show file tree
Hide file tree
Showing 6 changed files with 409 additions and 288 deletions.
2 changes: 1 addition & 1 deletion wassersteinwormhole/DefaultConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from flax import linen as nn
import jax.numpy as jnp

from typing import Callable, Any, Optional
from typing import Callable, Any

@struct.dataclass
class DefaultConfig:
Expand Down
Loading

0 comments on commit 851e4f2

Please sign in to comment.