Skip to content

Commit

Permalink
ruff again
Browse files Browse the repository at this point in the history
  • Loading branch information
grg2rsr committed Dec 4, 2024
1 parent d32a5e5 commit 08bc9c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,4 @@ cython_debug/
# local scripts
src/local
src/analysis
src/examples
1 change: 0 additions & 1 deletion src/iblphotometry/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import warnings

import numpy as np
import scipy as sp
from scipy import signal
import pandas as pd

Expand Down
2 changes: 1 addition & 1 deletion src/iblphotometry/qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
from collections.abc import Callable
from tqdm import tqdm
import logging
import warnings

import numpy as np
import pandas as pd
from scipy.stats import linregress

from iblphotometry.processing import make_sliding_window
from iblphotometry.pipelines import run_pipeline
from brainbox.io.one import SessionLoader

logger = logging.getLogger()

Expand Down

0 comments on commit 08bc9c3

Please sign in to comment.