Skip to content

Commit

Permalink
Merge pull request #5 from technic960183/dep/lensfinder-code
Browse files Browse the repository at this point in the history
DEP: Remove code for developing in the LensFinder project
  • Loading branch information
technic960183 authored Jul 30, 2024
2 parents 93b5a36 + 59391c4 commit 2c03808
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 927 deletions.
24 changes: 0 additions & 24 deletions docs/source/dev/pycorrelator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,30 +57,6 @@ pycorrelator.euclidean\_vs\_angular\_distance\_local module
:undoc-members:
:show-inheritance:

pycorrelator.fof module
-----------------------

.. automodule:: pycorrelator.fof
:members:
:undoc-members:
:show-inheritance:

pycorrelator.fof\_mp module
---------------------------

.. automodule:: pycorrelator.fof_mp
:members:
:undoc-members:
:show-inheritance:

pycorrelator.fof\_other\_methods module
---------------------------------------

.. automodule:: pycorrelator.fof_other_methods
:members:
:undoc-members:
:show-inheritance:

pycorrelator.fof\_scipy module
------------------------------

Expand Down
8 changes: 0 additions & 8 deletions docs/source/dev/pycorrelator.tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ pycorrelator.tests.test\_fof module
:undoc-members:
:show-inheritance:

pycorrelator.tests.test\_quadtree module
----------------------------------------

.. automodule:: pycorrelator.tests.test_quadtree
:members:
:undoc-members:
:show-inheritance:

pycorrelator.tests.test\_result\_xmatch module
----------------------------------------------

Expand Down
2 changes: 0 additions & 2 deletions pycorrelator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
from .chunk_generator_grid import ChunkGeneratorByGrid, ChunkGeneratorByDenseGrid, ChunkGeneratorBySuperDenseGrid
from .disjoint_set import DisjointSet
from .fof_scipy import group_by_quadtree
from .fof_other_methods import group_by_disjoint_set, group_by_DFS
from .quadtree import QuadTree, DataQuadTree
from .result_fof import FoFResult
from .result_xmatch import XMatchResult
from .utilities_spherical import *
Expand Down
124 changes: 0 additions & 124 deletions pycorrelator/convex_hull.py

This file was deleted.

99 changes: 0 additions & 99 deletions pycorrelator/euclidean_vs_angular_distance_global.py

This file was deleted.

Loading

0 comments on commit 2c03808

Please sign in to comment.