Skip to content

Commit

Permalink
fixed unit test path
Browse files Browse the repository at this point in the history
  • Loading branch information
sdhoyt committed Aug 27, 2024
1 parent 88d64f9 commit 6b23c02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file not shown.
4 changes: 3 additions & 1 deletion imap_processing/tests/lo/test_lo_l1a.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ def test_lo_l1a(dependency, expected_logical_source):

def test_lo_l1a_dataset():
# Arrange
dependency = imap_module_directory / "../data/imap_lo_l0_raw_20240627_v001.pkts"
dependency = (
imap_module_directory / "tests/lo/test_cdfs/imap_lo_l0_raw_20240627_v001.pkts"
)

histogram_fields = [
"SHCOARSE",
Expand Down

0 comments on commit 6b23c02

Please sign in to comment.