Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Burbulla committed Nov 21, 2023
1 parent 55d6a40 commit 4062c32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material mkdocstrings
- run: pip install -r requirements.txt
- run: pip install -e .
- run: mkdocs gh-deploy --force
File renamed without changes.
4 changes: 2 additions & 2 deletions src/continuity/model/neuraloperator.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ def __init__(
coordinate_dim: Dimension of coordinate space
num_channels: Number of channels
depth: Number of hidden layers
width: Width of kernel network
depth: Depth of kernel network
kernel_width: Width of kernel network
kernel_depth: Depth of kernel network
"""
super().__init__()

Expand Down

0 comments on commit 4062c32

Please sign in to comment.