-
Hello, sorry if this is not an issue per se, but I wasn't sure where else to put it. I couldn't find any info on whether all the performance features (including continuous batching, caching, etc.) are…
-
We should create them...
From highest priority to lowest:
- [ ] io/header: https://github.com/open2c/pairtools/blob/master/pairtools/lib/headerops.py
- [ ] scaling: https://github.com/open2c/p…
-
Programme of work held alongside all other epics.
- command line structure
- graphics: replace Matlab graphics with Matplotlib, or can we use the existing Matlab graphics?
-
For now the `Simulation` is a global singleton. This makes writing inputs for PHARE easy when using PHARE in "batch mode" since the user does not have to deal with objects, just writes constructors.
…
-
https://poe.com/s/EMdAYxP6fX8wA1g06lMR
Here's a command I would like to setup in my phone
The goals open openai chatgpt with a context.
-
I just read this (OPENAI_API_KEY=your_openai_api_key OPENAI_BASE_URL=your_base_url python app.py)
Why would I need an openAI key to run this?
Cant this work locally (or least only by connecting to…
-
- get rid of getters and setters, use attributes
- provide `__cmp__` method instead of cmp() (to allow operators for comparison)
- use `__copy__` instead of dup()
-
The last week or so, whenever I do a full recheck I get this error:
Traceback (most recent call last):
File "D:\a\F95Checker\F95Checker\modules\api.py", line 512, in fast_check
File "C:\hoste…
-
Hello, I tried to compile the pyhton API client using the command "make python API" and I got this error. Using ubuntu 18.04.
Snippet of the error:
[](url)
1 error generated.
"clang++" -c -x…
-
Internal API method `lib.version_store.clear()` is frequently used. Given how frequently it's used, we should promote it to a top-level method.
The method deletes everything inside a library.