AMR 2.1.1.9118__py3-none-any.whl → 2.1.1.9121__py3-none-any.whl

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.
AMR/functions.py CHANGED
@@ -441,9 +441,9 @@ def mdr_tb(x = None, *args, **kwargs):
441
441
  def mdr_cmi2012(x = None, *args, **kwargs):
442
442
  """See our website of the R package for the manual: https://msberends.github.io/AMR/index.html"""
443
443
  return convert_to_python(amr_r.mdr_cmi2012(x = None, *args, **kwargs))
444
- def eucast_exceptional_phenotypes(x = None, *args, **kwargs):
444
+ def eucast_exceptional_phenotypes(*args, **kwargs):
445
445
  """See our website of the R package for the manual: https://msberends.github.io/AMR/index.html"""
446
- return convert_to_python(amr_r.eucast_exceptional_phenotypes(x = None, *args, **kwargs))
446
+ return convert_to_python(amr_r.eucast_exceptional_phenotypes(*args, **kwargs))
447
447
  def mean_amr_distance(x, *args, **kwargs):
448
448
  """See our website of the R package for the manual: https://msberends.github.io/AMR/index.html"""
449
449
  return convert_to_python(amr_r.mean_amr_distance(x, *args, **kwargs))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: AMR
3
- Version: 2.1.1.9118
3
+ Version: 2.1.1.9121
4
4
  Summary: A Python wrapper for the AMR R package
5
5
  Home-page: https://github.com/msberends/AMR
6
6
  Author: Matthijs Berends
@@ -0,0 +1,7 @@
1
+ AMR/__init__.py,sha256=8hgiVqjC1kzed13FQAb9cyqY2B-bL7WHKTXihX5ozl4,7365
2
+ AMR/datasets.py,sha256=IDeqfVGjzvhMhKZRlS6Pc3xIO4HBlRDvPdQjDQ8qVTc,2426
3
+ AMR/functions.py,sha256=8RzhIJtJDndVVxP9jyYSVqUErvLshmGg5_Ra-iWCjK4,43878
4
+ AMR-2.1.1.9121.dist-info/METADATA,sha256=Hi9dBRsMxOl-5b_3pgEd5D6jkVn_LF1TUksgD6eiGVQ,9390
5
+ AMR-2.1.1.9121.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
6
+ AMR-2.1.1.9121.dist-info/top_level.txt,sha256=7K6Mq_X_OHdXOzQM5y06VUadXjYkze6yzufL1d7_6xc,4
7
+ AMR-2.1.1.9121.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- AMR/__init__.py,sha256=8hgiVqjC1kzed13FQAb9cyqY2B-bL7WHKTXihX5ozl4,7365
2
- AMR/datasets.py,sha256=IDeqfVGjzvhMhKZRlS6Pc3xIO4HBlRDvPdQjDQ8qVTc,2426
3
- AMR/functions.py,sha256=uLnaLRCx0A_32en5NIpC9QpONXoldttVrvY6CmShcaA,43898
4
- AMR-2.1.1.9118.dist-info/METADATA,sha256=SUE5QIMU0ijZmzPuuaH1zHMHOZwrWFprIyrG2y1G8mY,9390
5
- AMR-2.1.1.9118.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
6
- AMR-2.1.1.9118.dist-info/top_level.txt,sha256=7K6Mq_X_OHdXOzQM5y06VUadXjYkze6yzufL1d7_6xc,4
7
- AMR-2.1.1.9118.dist-info/RECORD,,