Skip to content

Commit

Permalink
comply with ruff linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kmario23 committed Oct 20, 2024
1 parent 663dadb commit 1a83119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pdebench/data_gen/data_gen_NLE/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ hydra:
dir: .

args:
type: "ReacDiff" # "advection"/"ReacDiff"/"burgers"/"CFD"
type: "ReacDiff" # "advection"/"ReacDiff"/"burgers"/"CFD"
dim: 1
bd: "periodic"
nbatch: 1000
Expand Down
2 changes: 1 addition & 1 deletion pdebench/models/fno/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

import numpy as np
import torch
import torch.nn as nn

from pdebench.models.fno.fno import FNO1d, FNO2d, FNO3d
from pdebench.models.fno.utils import FNODatasetMult, FNODatasetSingle
from pdebench.models.metrics import metrics
from torch import nn

# torch.manual_seed(0)
# np.random.seed(0)
Expand Down

0 comments on commit 1a83119

Please sign in to comment.