[med-svn] [Git][med-team/ghmm][master] ghmm python attributes and methods can't be found

Israel Komolehin (@Komolehin) gitlab at salsa.debian.org
Tue Jan 16 12:37:28 GMT 2024



Israel Komolehin pushed to branch master at Debian Med / ghmm


Commits:
f1691f8f by Komolehin Israel Timilehin at 2024-01-16T12:36:04+00:00
ghmm python attributes and methods can't be found

- - - - -


2 changed files:

- debian/tests/README.md
- debian/tests/ghmm_test.py


Changes:

=====================================
debian/tests/README.md
=====================================
@@ -9,7 +9,8 @@ Test in python can be referenced [here](https://ghmm.sourceforge.net/documentati
 ## Executed command
 `python3 ghmm_test.py`
 
-- `ModuleNotFoundError: No module named 'ghmm'`
+- `ghmm import works fine`
+- `Attributes and methods are not found`
 
 
 ## GHMM test in C


=====================================
debian/tests/ghmm_test.py
=====================================
@@ -1,3 +1,3 @@
-import ghmm
+from ghmm import *
 
-help(ghmm)
\ No newline at end of file
+sigma = IntegerRange(1,7)
\ No newline at end of file



View it on GitLab: https://salsa.debian.org/med-team/ghmm/-/commit/f1691f8f85c66e0c1d3e03f85f22d3fec6ab26c5

-- 
View it on GitLab: https://salsa.debian.org/med-team/ghmm/-/commit/f1691f8f85c66e0c1d3e03f85f22d3fec6ab26c5
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20240116/f6a0f615/attachment.htm>


More information about the debian-med-commit mailing list