Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ coverage==7.9.2
twine==6.1.0
ruff==0.12.3
pytest==8.4.1
netcdf4==1.7.3
torchvision
torch
huggingface_hub
Expand Down
2 changes: 1 addition & 1 deletion src/adam/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Top-level package for ATMOS Analogue Digital Twin."""

__author__ = """Robert Jackson, Bhupendra Raut, Seongha Park"""
__author__ = """Robert Jackson, Bhupendra Raut, Seongha Park, Troy Arcomano, Scott Collis"""
__version__ = '0.4.0'


Expand Down
4 changes: 2 additions & 2 deletions tests/test_adaptive_scanning.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_make_scan_file():
assert line == expected_line, f"Line {i} does not match expected output.\nGot: {line}\nExpected: {expected_line}"

def test_send_scan():
from adam.triggering.halo_lidar import send_scanpy
from adam.triggering.halo_lidar import send_scan
from adam.testing import TEST_RHI_FILE
from adam.testing.fake_lidar import FakeSSHClient
lidar_ip_addr = None
Expand Down Expand Up @@ -116,4 +116,4 @@ def test_trigger_lidar_rhi_from_mask():
assert line == expected_line, f"Line {i} does not match expected output.\nGot: {line}\nExpected: {expected_line}"
os.remove('test_scan_rhi_lakebreeze_copy.txt')
os.remove('test_scan_rhi_lakebreeze.txt')
os.remove('test_scan_rhi.txt')
os.remove('test_scan_rhi.txt')