Skip to content

Commit

Permalink
Match refineregressor naming to refinedelay branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bbfrederick committed Dec 20, 2024
1 parent c854367 commit 1d3d9d1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion rapidtide/workflows/rapidtide.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
import rapidtide.miscmath as tide_math
import rapidtide.multiproc as tide_multiproc
import rapidtide.peakeval as tide_peakeval
import rapidtide.refine_factored as tide_refine
import rapidtide.refineregressor as tide_refine
import rapidtide.resample as tide_resample
import rapidtide.simfuncfit as tide_simfuncfit
import rapidtide.stats as tide_stats
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from os import path

# Always prefer setuptools over distutils
from setuptools import find_namespace_packages, find_packages, setup, Extension
from setuptools import Extension, find_namespace_packages, find_packages, setup

import versioneer

Expand Down Expand Up @@ -48,8 +48,7 @@
"rapidtide/miscmath",
"rapidtide/multiproc",
"rapidtide/peakeval",
"rapidtide/refine",
"rapidtide/refine_factored",
"rapidtide/refineregressor",
"rapidtide/resample",
"rapidtide/simfuncfit",
"rapidtide/stats",
Expand Down
7 changes: 3 additions & 4 deletions setupbackup/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
from codecs import open
from os import path

import versioneer

# Always prefer setuptools over distutils
from setuptools import find_namespace_packages, find_packages, setup

import versioneer

here = path.abspath(path.dirname(__file__))

# Get the long description from the README file
Expand Down Expand Up @@ -49,8 +49,7 @@
"rapidtide/miscmath",
"rapidtide/multiproc",
"rapidtide/peakeval",
"rapidtide/refine",
"rapidtide/refine_factored",
"rapidtide/refineregressor",
"rapidtide/resample",
"rapidtide/simfuncfit",
"rapidtide/stats",
Expand Down

0 comments on commit 1d3d9d1

Please sign in to comment.