Skip to content
Snippets Groups Projects
Commit a191dafa authored by Matthew David Pitkin's avatar Matthew David Pitkin
Browse files

Attempted fix

parent 42c529b4
No related branches found
No related tags found
No related merge requests found
Showing
with 7 additions and 7 deletions
...@@ -4,8 +4,8 @@ include cwinpy/heterodyne/*.c ...@@ -4,8 +4,8 @@ include cwinpy/heterodyne/*.c
include cwinpy/heterodyne/*.h include cwinpy/heterodyne/*.h
recursive-include test/ *.py recursive-include test/ *.py
recursive-include test/data * recursive-include test/data *
cwinpy/data/S5/hw_inj/*.par cwinpy/pkg_data/S5/hw_inj/*.par
cwinpy/data/S6/hw_inj/*.par cwinpy/pkg_data/S6/hw_inj/*.par
cwinpy/data/O1/hw_inj/*.par cwinpy/pkg_data/O1/hw_inj/*.par
cwinpy/data/O2/hw_inj/*.par cwinpy/pkg_data/O2/hw_inj/*.par
cwinpy/data/O3/hw_inj/*.par cwinpy/pkg_data/O3/hw_inj/*.par
...@@ -163,8 +163,8 @@ HW_INJ_RUNTIMES["O3"] = { ...@@ -163,8 +163,8 @@ HW_INJ_RUNTIMES["O3"] = {
HW_INJ_RUNS = ["S5", "S6", "O1", "O2", "O3a"] HW_INJ_RUNS = ["S5", "S6", "O1", "O2", "O3a"]
with resources.path("cwinpy", "data") as rpath: with resources.path("cwinpy.pkg_data", "__init__.py") as rpath:
HW_INJ_BASE_PATH = str(rpath) HW_INJ_BASE_PATH = str(rpath.parent)
#: locations of hardware injection parameter files #: locations of hardware injection parameter files
HW_INJ = { HW_INJ = {
run: { run: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment