Holger Mueller
cecff14019
Fix Chart crash when only one data line in .s1p
2020-02-15 20:35:33 +01:00
Holger Mueller
cb1ef3608c
Fix Bug #158
...
Test for gamma of 1+0j
2020-02-15 20:27:14 +01:00
Holger Mueller
ba753e264f
fixed test error
2020-02-02 14:18:14 +01:00
mihtjel
b414acb991
Merge branch 'Development' into feature/enhance_formatting
2020-01-27 09:09:08 +01:00
Holger Mueller
3547cb2564
test for comparison of ma touchstone data
2020-01-26 21:29:37 +01:00
Holger Mueller
c65a4eb0c3
Merged bugfix for touchstone db conversation
2020-01-26 21:16:06 +01:00
Holger Mueller
7aa0e335cd
fixed db conversation bug
...
accidently used e^x instead of 10^x in db conversation.
Added testcases for comparison in test_touchstone.py
2020-01-26 20:26:34 +01:00
Holger Mueller
2e636066fb
added tests for db an ma tochstone data
2020-01-22 18:18:38 +01:00
Holger Mueller
afd366f88d
fixed qfactor test
2020-01-22 18:10:27 +01:00
Holger Mueller
77492ea6ea
tests for groupdelay and fixed serial_to_parallel
2020-01-22 18:00:29 +01:00
Holger Mueller
88a37c316b
Enhanced formatting for complex and low digit count
2020-01-22 17:54:34 +01:00
Rune B. Broberg
28e95a25bc
Minor niggles
2019-12-08 16:32:13 +01:00
Holger Mueller
e5dbf73017
Increased test coverage for RFTools
2019-12-08 12:57:33 +01:00
Holger Mueller
87ebe5f1cf
added test coverage report
2019-12-08 00:51:51 +01:00
Holger Mueller
3bed63cd9c
better test coverage
2019-12-08 00:36:46 +01:00
Holger Mueller
188cf7b5f9
More unittests
2019-12-01 17:59:15 +01:00
Holger Mueller
cec746cb64
Import path fix for unittests
2019-11-26 10:15:46 +01:00
Holger Mueller
5cc454da14
Pep8 cleanups
2019-11-25 11:00:30 +01:00
Holger Mueller
8e446dcfb6
More SITools tests
...
Added more test for SITools Value
Modified parse semantic a little bit, returns Value object now
2019-11-25 10:33:07 +01:00
Holger Mueller
39a1a8d18a
Updated test cases
2019-11-24 18:12:51 +01:00
Holger Mueller
ba3f31e60b
SITools: add min and max for parsing
...
added parse_clamp_min and parse_clamp_min
fixed tests for RFTools
2019-11-22 09:41:04 +01:00
Holger Mueller
b6d041e999
Added r as attribute to Touchstone
2019-11-21 13:23:17 +01:00
Holger Mueller
ec8eb79168
Touchstone Class can now parses more lazy
...
- float resistance value can be float now, but will be converted to int
- comment lines can be placed everywhere
- unordered frequencies will be sorted
2019-11-21 13:17:34 +01:00
Holger Mueller
686b445562
added unit tests to touchstone module
2019-11-19 19:16:02 +01:00
Holger Mueller
c3639b2557
Rewrite of touchstone parser
...
- keeped compatible with previous version
- add test examples of touchstone files
- commented out writing to loaded file to fix bug #99
2019-11-19 10:00:17 +01:00
Holger Mueller
d12cdd4b24
added sample touchstone files for test purposes
2019-11-19 09:00:52 +01:00
dhunt1342
1aa4e22d5a
Modified unittests to match regression behavior
...
Modified unittests to match regression behavior. There appears to be a loss of accuracy regression in the formatSweepFrequency changes.
2019-11-16 11:49:59 -05:00
dhunt1342
2f9749bd60
Add unittest framework
...
Adding a unittest framework to the project to enhance debugging capabilities, document expected (and unexpected) behaviors, and to prevent regression failures.
2019-11-16 10:49:20 -05:00