5. User FAQ¶
5.1. How to get help or report an issue ?¶
If you want to discuss or ask questions on PyMetrology, you can subscribe and post messages on the PyMetrology User mailing list.
There is actually three lists running on Google Groups (*):
- User List
- List for PyMetrology users
- Announce List
- List for announcements regarding PyMetrology releases and development
- Devel List
- List for developers of PyMetrology
If you encounter an issue, please fill an issue on the Issue Tracker.
(*) Despite Google Groups has many drawbacks, I don’t have actually enough resources to run GNU Mailman or Discourse on my own IT infrastructure.
5.2. How to typeset u_kΩ
or u_μV
in Python code ?¶
There is three solutions if you don’t have these Unicode characters available on your keyboard. The
first one, is to use the ASCII alternative: u_kOhm
or u_uV.
. The second one, is to
define macros on your favourite editor. The last one, is to customise your keyboard settings (on Linux look at https://www.x.org/wiki/XKB/).
5.3. Is unit API well tested ?¶
Unit API is an ongoing work. You must use it with caution since it can be buggy or incomplete.