Skip to content

Commit 88f025c

Browse files
greenc-FNALCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent aa51911 commit 88f025c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.amazonq/rules/memory-bank/guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
resource_usage::resource_usage() noexcept :
160160
begin_wall_{steady_clock::now()}, begin_cpu_{get_rusage().elapsed_time}
161161
{}
162-
162+
163163
resource_usage::~resource_usage() {
164164
// Log metrics on destruction
165165
}

.amazonq/rules/memory-bank/product.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ Phlex is a framework for **P**arallel, **h**ierarchical, and **l**ayered **ex**e
5757

5858
- Version: 0.1.0 (active development)
5959
- License: Apache 2.0 (see LICENSE and NOTICE files)
60-
- Repository: https://github.com/Framework-R-D/phlex
61-
- Example Code: https://github.com/framework-r-d/phlex-examples
60+
- Repository: [https://github.com/Framework-R-D/phlex](https://github.com/Framework-R-D/phlex)
61+
- Example Code: [https://github.com/Framework-R-D/phlex-examples](https://github.com/Framework-R-D/phlex-examples)
6262
- Code Coverage: Tracked via Codecov with automated CI integration

.amazonq/rules/memory-bank/tech.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- AppleClang (macOS support)
1212

1313
### Python
14-
- **Version**: Python 3.x
14+
- **Version**: Python 3.12+
1515
- **Integration**: Via cppyy for seamless C++/Python interoperability
1616
- **Use Cases**: User algorithms, testing, configuration scripts
1717
- **Required Modules**: cppyy, numpy (2.0.0+), pytest, pytest-cov (4.0.0+)

0 commit comments

Comments
 (0)