Skip to content

Commit

Permalink
Merge pull request #25 from NTIA/scos-actions-health
Browse files Browse the repository at this point in the history
Scos actions health
  • Loading branch information
jhazentia authored Dec 21, 2022
2 parents 401e474 + f4e4361 commit d6c8bad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies = [
"django>=3.2.15,<4.0",
"environs>=9.0, <10.0",
"numpy>=1.22.0",
"scos_actions @ git+https://github.com/NTIA/scos-actions@4.0.2",
"scos_actions @ git+https://github.com/NTIA/scos-actions@5.0.0",
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion scos_usrp/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.1"
__version__ = "3.0.0"
1 change: 0 additions & 1 deletion scos_usrp/hardware/usrp_sigan.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ def acquire_time_domain_samples(
}
return measurement_result

@property
def healthy(self):
logger.debug("Performing USRP health check")

Expand Down

0 comments on commit d6c8bad

Please sign in to comment.