-
### Expected Behavior
Debugging a app with `app.run(debug=True)` should work, where started a JVM by `jpype`
```python
startJVM(getDefaultJVMPath(), '-ea')
if not isThreadAttachedToJVM():
…
-
**Describe the bug**
使用pyhanlp在多线程下测试无问题,在多进程下会出现异常。
**Code to reproduce the issue**
Provide a reproducible test case that is the bare minimum necessary to generate the problem.
```from …
-
It appears that the parameter files are either misspelled in the code or missing from the config directory. I've attached a sample script that causes the following error on CHARMM19:
```
OSPREY 3…
-
**1.** License Name: BSD 3-Clause No Military
**2.** Short identifier: BSD-3-Clause-No-Military
**3.** License Author or steward:
**4.** Comments: This license is the same license as BSD-3-Clause, ex…
-
Hi,
I'm a Java guy and only a casual Python (and pyjnius) user. I saw @Thrameos's issue on the pyjnius project and am interested in comparing the two myself, but I'm having a hard time getting start…
-
Hello,
I have the following function to connect to a *Teradata* database:
```python
def fGetJDBCConnexion():
oCipherKey = fGetParameter(pFileName='global_parameter.ini', pSectionName='AU…
-
Hello
Very good repo.
But it does not work for me. I got exception from NLU at start:
```
rasa-nlu_1 | 2018-08-24 09:39:34+0000 [-] 2018-08-24 09:39:34 ERROR __main__ - [Errno…
-
Please find attached a minimalistic GMEC script to calculate the energy of butane. Please also find attached the molecule butane in pdb format.
This script does not load a proper protein-ligand compl…
-
I think the model class can get some extended features. As @John-Hennig stated this should be kept as general as possible, especially since class inheritance allows easy extension. I will just start b…
-
**Describe the bug**
I have succesfully installed and tested a conda blazingSQL environment using `python` and `ipython`. I have also succesfully created a jupyter kernel but the blazingSQL loaded in…