Skip to content

Commit

Permalink
Update file README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnebro committed Dec 9, 2021
1 parent 645c97e commit dc598ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ weight vectors.

The files included in the project are briefly described next:

* `das_dennys.py`: Python file defining the `DasDennis` class.
* `das_dennys_runner.py`: Python program including an example of using the `DasDennis` class to generate a set of weight vectors with values for number of partitions and dimensions of 5 and 3, respectively.
* `DasDennisExamplesNotebook.ipynb`: Jupyter notebook illustrating the use of the `DasDennis` class.
* `DasDenninsDevelop.ipynb`. Jupyter notebook used in the development of the implementation.
* `test_das_dennis.py`: Python file including unit tests for the `DasDennis` class.
* ``das_dennys.py``: Python file defining the ``DasDennis`` class.
* ``das_dennys_runner.py``: Python program including an example of using the ``DasDennis`` class to generate a set of weight vectors with values for number of partitions and dimensions of 5 and 3, respectively.
* ``DasDennisExamplesNotebook.ipynb``: Jupyter notebook illustrating the use of the ``DasDennis`` class.
* ``DasDenninsDevelop.ipynb``. Jupyter notebook used in the development of the implementation.
* ``test_das_dennis.py``: Python file including unit tests for the ``DasDennis`` class.

0 comments on commit dc598ac

Please sign in to comment.