Skip to content

Commit

Permalink
(fix): pacifying pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
greinerth committed Aug 12, 2024
1 parent 4bd890c commit ffdab9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions varprodmdstatspy/util/experiment_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import numpy as np
from pydmd.bopdmd import BOPDMD
from pydmd.varprodmd import VarProDMD
from skimage.metrics import (
structural_similarity as ssim, # pylint: disable=no-name-in-module
from skimage.metrics import ( # pylint: disable=no-name-in-module
structural_similarity as ssim,
)

from varprodmdstatspy.util import stats
Expand Down

0 comments on commit ffdab9e

Please sign in to comment.