Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
orgua committed Feb 18, 2024
1 parent 9eb5bce commit eddc00e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SHEpHERD: SyncHronized Energy Harvesting Emulator RecorDer

[![QA-Tests](https://github.com/orgua/shepherd/actions/workflows/qa_tests.yml/badge.svg)](https://github.com/orgua/shepherd/actions/workflows/qa_tests.yml)
[![QC-Tests](https://github.com/orgua/shepherd/actions/workflows/qc_tests.yml/badge.svg)](https://github.com/orgua/shepherd/actions/workflows/qc_tests.yml)
[![Documentation](https://github.com/orgua/shepherd/actions/workflows/sphinx_to_pages.yml/badge.svg)](https://orgua.github.io/shepherd/)
[![Build Pru](https://github.com/orgua/shepherd/actions/workflows/build_pru_gcc.yml/badge.svg)](https://github.com/orgua/shepherd/actions/workflows/build_pru_gcc.yml)
[![Code Quality](https://www.codefactor.io/repository/github/orgua/shepherd/badge)](https://www.codefactor.io/repository/github/orgua/shepherd)
Expand Down
2 changes: 1 addition & 1 deletion docs/external/shepherd_targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build MSP430](https://github.com/orgua/shepherd-targets/actions/workflows/build_msp.yml/badge.svg)](https://github.com/orgua/shepherd-targets/actions/workflows/build_msp.yml)
[![Build nRF52](https://github.com/orgua/shepherd-targets/actions/workflows/build_nrf.yml/badge.svg)](https://github.com/orgua/shepherd-targets/actions/workflows/build_nrf.yml)
[![QA-Tests](https://github.com/orgua/shepherd-targets/actions/workflows/qa_tests.yml/badge.svg)](https://github.com/orgua/shepherd-targets/actions/workflows/qa_tests.yml)
[![QC-Tests](https://github.com/orgua/shepherd-targets/actions/workflows/qc_tests.yml/badge.svg)](https://github.com/orgua/shepherd-targets/actions/workflows/qc_tests.yml)

**Documentation**: <https://orgua.github.io/shepherd/external/shepherd_targets.html>

Expand Down
2 changes: 1 addition & 1 deletion docs/external/shepherd_webservice.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Webservice

[![QA-Tests](https://github.com/orgua/shepherd_webservice/actions/workflows/qa_tests.yml/badge.svg)](https://github.com/orgua/shepherd_webservice/actions/workflows/qa_tests.yml)
[![QC-Tests](https://github.com/orgua/shepherd_webservice/actions/workflows/qc_tests.yml/badge.svg)](https://github.com/orgua/shepherd_webservice/actions/workflows/qc_tests.yml)

**Testbed-WebAPI**: <https://shepherd.cfaed.tu-dresden.de:8000>

Expand Down
2 changes: 1 addition & 1 deletion hardware/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Hardware-Subdirectories contain the necessary design-files to manufacture a shep

![Cape24b](_media/cape_24b_63b.jpg)

More pictures are stored for QA in [planning-repo](https://github.com/orgua/shepherd_v2_planning/tree/main/doc_testbed/photos_PCBs).
More pictures are stored for QC in [planning-repo](https://github.com/orgua/shepherd_v2_planning/tree/main/doc_testbed/photos_PCBs).

### Observers

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def file_to_ram_old(path: Path, mem: SharedMemory) -> None:
for _, dsv, dsc in sr.read_buffers(start_n=0, is_raw=True):
# TODO: cal.raw_to_si
mem.write_old(buffer_index, dsv, dsc)
buffer_index += 1
buffer_index += 1 # noqa: SIM113


def ram_to_file_old(path: Path, mem: SharedMemory, compression: Compression) -> None:
Expand Down

0 comments on commit eddc00e

Please sign in to comment.