Skip to content

Commit f338718

Browse files
committed
final demo 2D
1 parent 0a4030f commit f338718

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ help :
1111
@echo " remove - remove the package (local user)"
1212
@echo " sremove - remove the package (system with sudo)"
1313
@echo " clean - remove any temporary files"
14-
14+
@echo " notebook - launch ipython notebook"
1515
build :
1616
$(PYTHON) setup.py build
1717

@@ -30,10 +30,9 @@ sremove :
3030
$(PYTHON) setup.py install --record files.txt
3131
tr '\n' '\0' < files.txt | sudo xargs -0 rm -f --
3232
rm files.txt
33-
33+
3434
clean :
3535
$(PYTHON) setup.py clean
36-
36+
3737
notebook :
3838
ipython notebook --matplotlib=inline --notebook-dir=examples/
39-

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Note that for easier access the module is name ot instead of pot.
3737
The examples folder contain several examples and use case for the library. Here is a list of the Python notebook if you want a quick look.
3838

3939
* [1D optimal transport](examples/Demo_1D_OT.ipynb)
40-
40+
* [2D optimal transport on empirical distributions](examples/demo_OTDA_2D.py)
4141

4242
## Acknowledgements
4343

0 commit comments

Comments
 (0)