pyibis-ami 7.2.4__tar.gz → 7.2.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pyibis-ami might be problematic. Click here for more details.

Files changed (52) hide show
  1. {pyibis_ami-7.2.4/src/pyibis_ami.egg-info → pyibis_ami-7.2.6}/PKG-INFO +1 -1
  2. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/pyproject.toml +1 -1
  3. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6/src/pyibis_ami.egg-info}/PKG-INFO +1 -1
  4. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/src/pyibisami/ami/model.py +1 -1
  5. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/src/pyibisami/ami/parser.py +2 -2
  6. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/LICENSE +0 -0
  7. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/MANIFEST.in +0 -0
  8. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/README.md +0 -0
  9. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/docs/source/ami.rst +0 -0
  10. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/docs/source/conf.py +0 -0
  11. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/docs/source/ibis.rst +0 -0
  12. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/docs/source/index.rst +0 -0
  13. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/docs/source/install.rst +0 -0
  14. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/docs/source/modules.rst +0 -0
  15. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/docs/source/tools.rst +0 -0
  16. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/examples/all_taps.run +0 -0
  17. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/examples/bandwidth.run +0 -0
  18. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/examples/dummy.em +0 -0
  19. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/examples/examples.md +0 -0
  20. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/examples/freq_resp.em +0 -0
  21. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/examples/impulse.em +0 -0
  22. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/examples/impulse_response_8ma.txt +0 -0
  23. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/examples/mode.run +0 -0
  24. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/examples/stratix4_ami_tx_runs/all_taps.run +0 -0
  25. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/examples/stratix4_ami_tx_runs/test_results.xml +0 -0
  26. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/examples/test_results/test_results.xsl +0 -0
  27. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/setup.cfg +0 -0
  28. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/src/pyibis_ami.egg-info/SOURCES.txt +0 -0
  29. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/src/pyibis_ami.egg-info/dependency_links.txt +0 -0
  30. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/src/pyibis_ami.egg-info/entry_points.txt +0 -0
  31. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/src/pyibis_ami.egg-info/requires.txt +0 -0
  32. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/src/pyibis_ami.egg-info/top_level.txt +0 -0
  33. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/src/pyibisami/IBIS_AMI_Checker.ipynb +0 -0
  34. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/src/pyibisami/IBIS_AMI_Tester.ipynb +0 -0
  35. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/src/pyibisami/__init__.py +0 -0
  36. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/src/pyibisami/__main__.py +0 -0
  37. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/src/pyibisami/ami/__init__.py +0 -0
  38. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/src/pyibisami/ami/config.py +0 -0
  39. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/src/pyibisami/ami/generic.ami.em +0 -0
  40. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/src/pyibisami/ami/generic.ibs.em +0 -0
  41. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/src/pyibisami/ami/parameter.py +0 -0
  42. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/src/pyibisami/ami/reserved_parameter_names.py +0 -0
  43. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/src/pyibisami/common.py +0 -0
  44. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/src/pyibisami/ibis/__init__.py +0 -0
  45. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/src/pyibisami/ibis/file.py +0 -0
  46. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/src/pyibisami/ibis/model.py +0 -0
  47. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/src/pyibisami/ibis/parser.py +0 -0
  48. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/src/pyibisami/tools/__init__.py +0 -0
  49. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/src/pyibisami/tools/run_notebook.py +0 -0
  50. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/src/pyibisami/tools/run_tests.py +0 -0
  51. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/src/pyibisami/tools/test_results.xsl +0 -0
  52. {pyibis_ami-7.2.4 → pyibis_ami-7.2.6}/tests/test_run_tests.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyibis-ami
3
- Version: 7.2.4
3
+ Version: 7.2.6
4
4
  Summary: Facilitates working directly with IBIS-AMI DLLs from the Python command prompt.
5
5
  Author-email: David Banas <capn.freako@gmail.com>
6
6
  Project-URL: Documentation, https://pyibis-ami.readthedocs.io/en/latest/
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
  [project]
6
6
  name = "pyibis-ami"
7
7
  description = "Facilitates working directly with IBIS-AMI DLLs from the Python command prompt."
8
- version = "7.2.4"
8
+ version = "7.2.6"
9
9
  authors = [ {name = "David Banas", email = "capn.freako@gmail.com"}
10
10
  ]
11
11
  readme = "README.md"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyibis-ami
3
- Version: 7.2.4
3
+ Version: 7.2.6
4
4
  Summary: Facilitates working directly with IBIS-AMI DLLs from the Python command prompt.
5
5
  Author-email: David Banas <capn.freako@gmail.com>
6
6
  Project-URL: Documentation, https://pyibis-ami.readthedocs.io/en/latest/
@@ -325,7 +325,7 @@ class AMIModel: # pylint: disable=too-many-instance-attributes
325
325
  self._info_params = init_object.info_params # pylint: disable=attribute-defined-outside-init
326
326
 
327
327
  # Check GetWave() consistency if possible.
328
- if init_object.info_params and init_object.info_params["GetWave_Exists"]:
328
+ if init_object.info_params and init_object.info_params["GetWave_Exists"] and init_object.info_params["GetWave_Exists"].pvalue:
329
329
  if not self._amiGetWave:
330
330
  raise RuntimeError(
331
331
  "Reserved parameter `GetWave_Exists` is True, but I can't bind to `AMI_GetWave()`!"
@@ -15,7 +15,7 @@ import numpy as np
15
15
  from numpy.typing import NDArray
16
16
  from parsec import ParseError, generate, many, regex, string
17
17
  from traits.api import Bool, Enum, HasTraits, Range, Trait, TraitType
18
- from traitsui.api import Group, HGroup, Item, VGroup, View
18
+ from traitsui.api import Group, HFlow, Item, VGroup, View
19
19
  from traitsui.menu import ModalButtons
20
20
 
21
21
  from .model import AMIModelInitializer
@@ -595,7 +595,7 @@ def make_gui(params: ModelSpecificDict) -> tuple[Group, list[TraitType]]:
595
595
  gui_items.extend(gui_item)
596
596
  new_traits.extend(new_trait)
597
597
 
598
- return (HGroup(*gui_items), new_traits)
598
+ return (HFlow(*gui_items), new_traits)
599
599
 
600
600
 
601
601
  def make_gui_items( # pylint: disable=too-many-locals,too-many-branches
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes