-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add feko read #1328
base: main
Are you sure you want to change the base?
Add feko read #1328
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1328 +/- ##
==========================================
- Coverage 99.92% 98.66% -1.27%
==========================================
Files 61 62 +1
Lines 21337 21612 +275
==========================================
+ Hits 21322 21324 +2
- Misses 15 288 +273 ☔ View full report in Codecov by Sentry. |
8e80b38
to
8aff3b3
Compare
5ca0937
to
616f1f1
Compare
for more information, see https://pre-commit.ci
…main difference is the FEKO outputs all its frequency data into one file. Check the sample_feko.ffe in the /data folder
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…n all the frequency points in the feko file
616f1f1
to
97ebf4f
Compare
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2
.
Benchmark suite | Current: 2638c31 | Previous: 72dd3bc | Ratio |
---|---|---|---|
tests/utils/test_bls.py::test_bls_to_ant[min=65536-len=100000] |
1249.5568377300874 iter/sec (stddev: 0.0003251982305909074 ) |
2697.029604108284 iter/sec (stddev: 0.00006945868233318298 ) |
2.16 |
tests/utils/test_bls.py::test_bls_to_ant[min=4259840-len=100000] |
1320.5759675732322 iter/sec (stddev: 0.00021325959314016785 ) |
2842.225436345786 iter/sec (stddev: 0.00005047587926328867 ) |
2.15 |
This comment was automatically generated by workflow using github-action-benchmark.
Description
added a feko_beam.py to read in feko .ffe files
Motivation and Context
adds the capability of reading in aFEKO simulation file
Types of changes
Checklist:
Bug fix checklist:
New feature checklist:
Breaking change checklist:
Documentation change checklist:
Version change checklist:
Build or continuous integration change checklist: