Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Steph Prince <[email protected]>
  • Loading branch information
oruebel and stephprince authored Aug 25, 2024
1 parent c05a2e3 commit 686a1a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
AqNWB is a C++ API for acquiring neurophysiological data directly into the NWB (Neurodata Without Borders) format.
Our goal is to provide a lightweight API to integrate with existing acquisition systems.

Please see the [Documentation](https://neurodatawithoutborders.github.io/aqnwb/) for
Please see the [AqNWB Documentation](https://neurodatawithoutborders.github.io/aqnwb/) for
installation instructions and to learn more about AqNWB.

Below is a high-level overview of the project structure and capabilities we are targeting:
Expand Down
1 change: 0 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ add_executable(aq-nwb_test
# Ensure the aq-nwb_test target can include headers from the current directory and Catch2
target_include_directories(aq-nwb_test PRIVATE
${CMAKE_CURRENT_SOURCE_DIR} # Include current directory
# ${CATCH2_INCLUDE_DIR} # Include Catch2 headers, if found by find_package
)

target_link_libraries(
Expand Down

0 comments on commit 686a1a3

Please sign in to comment.