jython
Here are 96 public repositories matching this topic...
I'm submitting a ...
- bug report
- feature request
- question about the decisions made in the repository
- docs infra improvement
Do you want to request a feature or report a bug?
N/A
What is the current behavior?
there's warnings
**If the current behavior is a bug, please provide the steps to reproduce and if possible a screenshots and logs of t
-
Updated
Apr 11, 2020 - Python
-
Updated
Jun 23, 2020 - Python
In #10 it was explained how to build JyNI in debug mode. That requires editing the makefile so we should better have a build target for debug. I created this issue to keep track of that idea.
-
Updated
Jun 28, 2020 - Jupyter Notebook
-
🐞 bug report -
🐣 feature request -
❓ question about the decisions made in the repository
AssertionError is raised and used in try/except in runtime. This is wrong and error-prone. A proper exception type must be used instead.
-
Updated
Jul 9, 2020 - Java
Install docs path
-
Updated
Jun 19, 2019 - Python
-
Updated
Dec 27, 2018 - Python
-
Updated
Feb 6, 2019 - Python
-
Updated
Jun 22, 2020 - Python
-
Updated
Jun 10, 2019 - Java
-
Updated
Jul 7, 2020 - Python
I found out in the source code of the model (here is the line) that the proper name of the attribute was isInput.
Both the olca-schema doc and the README of this repo indicate input :

remove_folder is used at the end of the method to cleanup out_folder - the folder where all the data have just been created:
if remove_folder:
os.removedirs(out_folder)
While this makes sense when also zipfolder=True (which is the case when also zipfolder=True and remove_folder=None) - I
-
Updated
Jul 6, 2020 - Java
-
Updated
Dec 21, 2018 - Python
-
Updated
May 13, 2019 - Python
-
Updated
Apr 8, 2020 - Java
Improve this page
Add a description, image, and links to the jython topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jython topic, visit your repo's landing page and select "manage topics."
Hi. Is there anything documenting the high level changes in v20? I see the proposal in #1366, but it's not clear what's changed/what hasn't/etc... e.g., is the builtin
venvmodule used for Python 3 environments? Thanks.