isConic

Results 9 issues of isConic

I'm thinking about porting some of the tools I use at work into ryven. It'd take some time to do, but only seems well worth it assuming that development on...

In reference to: https://github.com/pysonDB/pysonDB/issues/103 Not yet tested. Seeking guidance on writing tests for this.

```python # Start DB db =db.getDb("users.json") # Add new Entry db.add( dict(user_name = "abc", phone = 123)) # Retrieve Entry to get DB id user = db.getBy({'phone': "123"}) _id =...

what I'm trying ```python sloth.query("Number of men over 30 on board the titanic", show_query= True) ``` The error ``` ObjectNotExecutableError: Not an executable object: "SELECT COUNT(*) AS men_over_30\nFROM real_data\nWHERE Sex...

I've downloaded and am running `python test_model.py` in python 3. I'm running into the following error. ``` ModuleNotFoundError: No module named 'generator' ```

Python 3.7.5 ```python import humanhash as hh print( hh.humanize("apple")) ``` gives the error: ``` TypeError: object of type 'map' has no len()

I'd like to try this out. Can you post usage examples of numpy protobuff?

# Problem I've been using ImageJ's numerical propagation plugin written in Java, The visual results from running Angular spectrum using the same parameters/measurements differ substantially between pyDHM and ImageJ Numerical...

https://github.com/parthsarthi03/raptor/blob/9d99cbda1b2cb043dde22acc9ef8c4b0bc642392/raptor/RetrievalAugmentation.py#L216. **Problem**. If I want to iteratively add documents to a raptor index. Whenever I call `add_documents` I am met with an un-avoidable message: ``` Warning: Overwriting existing tree. Did...

enhancement