File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 22 name : bilby.cython
33 version : 0.5.3
44 top-level :
5- - docs
65 - bilby_cython
76source :
87 url : https://files.pythonhosted.org/packages/source/b/bilby_cython/bilby_cython-0.5.3.tar.gz
Original file line number Diff line number Diff line change 11from pytest_pyodide import run_in_pyodide
22
33
4- @run_in_pyodide (packages = ["bilby_cython " ])
4+ @run_in_pyodide (packages = ["bilby.cython " ])
55def test_time_delay_from_geocenter (selenium ):
66 import bilby_cython
77 import numpy as np
@@ -17,7 +17,7 @@ def test_time_delay_from_geocenter(selenium):
1717 )
1818
1919
20- @run_in_pyodide (packages = ["bilby_cython " ])
20+ @run_in_pyodide (packages = ["bilby.cython " ])
2121def test_frame_conversion (selenium ):
2222 import bilby_cython
2323 import numpy as np
@@ -29,7 +29,7 @@ def test_frame_conversion(selenium):
2929 assert abs (phi - 1.5202320529440563 ) < 1e-5
3030
3131
32- @run_in_pyodide (packages = ["bilby_cython " ])
32+ @run_in_pyodide (packages = ["bilby.cython " ])
3333def test_polarization_tensor (selenium ):
3434 import bilby_cython
3535 import numpy as np
@@ -46,7 +46,7 @@ def test_polarization_tensor(selenium):
4646 )
4747
4848
49- @run_in_pyodide (packages = ["bilby_cython " ])
49+ @run_in_pyodide (packages = ["bilby.cython " ])
5050def test_detector_tensor (selenium ):
5151 import bilby_cython
5252 import numpy as np
@@ -65,7 +65,7 @@ def test_detector_tensor(selenium):
6565 )
6666
6767
68- @run_in_pyodide (packages = ["bilby_cython " ])
68+ @run_in_pyodide (packages = ["bilby.cython " ])
6969def test_greenwich_sidereal_time (selenium ):
7070 import bilby_cython
7171
You can’t perform that action at this time.
0 commit comments