Skip to content

Commit

Permalink
comments in VBBL imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoleski committed Mar 18, 2024
1 parent 9bf5770 commit f62f98a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions source/MulensModel/tests/test_BinaryLensImports.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
import MulensModel as mm


# The test presented check if VBBL code was imported properly and
# they intentionally call private functions from mm.binarylensimports.

# The values for tests were copied from other tests.


def test_VBBL_dark():
"""
Directly (hence, calling private function) test imported VBBL function:
Expand Down
1 change: 0 additions & 1 deletion source/VBBL/vbbl_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ static PyMethodDef VBBLMethods[] = {
{"VBBinaryLensing_BinaryMagFinite", VBBinaryLensing_BinaryMagFinite_wrapper, METH_VARARGS, "some notes here"},
{"VBBinaryLensing_BinaryMagPoint", VBBinaryLensing_BinaryMagPoint_wrapper, METH_VARARGS, "some notes here"},
{"VBBinaryLensing_BinaryMagPointShear", VBBinaryLensing_BinaryMagPointShear_wrapper, METH_VARARGS, "some notes here"},
//{"VBBinaryLensing_BinaryMag0", VBBinaryLensing_BinaryMag0_wrapper, METH_VARARGS, "some notes here"},
{"VBBL_SG12_5", VBBL_SG12_5_wrapper, METH_VARARGS, "some notes here"},
{"VBBL_BinaryMag", VBBinaryLensing_BinaryMag_wrapper, METH_VARARGS, "some notes here"},
{"VBBL_SG12_9", VBBL_SG12_9_wrapper, METH_VARARGS, "some notes here"},
Expand Down

0 comments on commit f62f98a

Please sign in to comment.