Skip to content

Commit

Permalink
empty init
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatrou committed Feb 20, 2025
1 parent 8c07e5c commit 0af7a4e
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions src/histogram/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,31 +1,4 @@
#!/usr/bin/env python
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# Jiao Lin
# California Institute of Technology
# (C) 2005 All Rights Reserved
#
# {LicenseText}
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#

## \mainpage ndarray
## ndarray is a layer of python classes between histogram and arrays (or vectors).
##
## histogram needs ways to store data. In python, numpy is a good way to handle
## large multi-dimensional arrays. But we don't want to tie ourselves to
## a pariticular python array package. This ndarray package keeps track of
## what histogram needs from the array and creates an abstract base class
## NdArray.NdArray.
##
## Currently there are two implementations for NdArray.NdArray:
##
## - NumpyNdArray.NdArray
##
## NumpyNdArray.NdArray is a wrapper of numpy.ndarray
##


# version
Expand Down

0 comments on commit 0af7a4e

Please sign in to comment.