-
I tried ned2lla on my data and I get an error message:
Dot indexing is not supported for variables of this type.
Error in ned2ecef (line 2)
ecef = ned*DEM.DCM_ECEF2NED + ones(size(ned,1),1)*DEM…
-
Python 3.6.5
dotmap 1.3.8
Pycharm Community 2019.1.1
I was hoping to use dotmap to provide dot notation code completion to some existing dictionaries. However, when initialized from an existing d…
-
Short-reproducible example
```
from google.cloud import ndb
client = ndb.Client()
class ModelD(ndb.Model):
field_d = ndb.TextProperty()
class ModelC(ndb.Model):
field_c_1…
-
https://github.com/tcstewar/2015-Embodied_Benchmarks/blob/master/paper/paper.tex#L450
suggested
"On top of this, we add a perturbing force to ensure that the controller's ability to
adapt to unexp…
-
Hi,
I was playing around with the data and I found a potential issue that I thought should be flagged, just in case anyone was looking to use this for their own projects. If you use the log 10 base (…
ghost updated
8 years ago
-
I want to get value at the index from a tuple.
e.g.
`eval("(1,2,3,4).4") // 4 `
-
# Describe the bug
File objects get attribute `content-type` which must be accessed through `getattr`. All other attributes can be accessed by `some_file.attribute`, but due to the `-` that doesn't…
dbosk updated
6 months ago
-
The markdown generated for the doc comment of this module https://github.com/janestreet/base/blob/master/src/avltree.mli looks like
```markdown
...
### Caveats
1\. `compare` is passed...
```
…
-
Hi
I have the following structure, passed to Selmer as variable 'res':
```
[ { :a "A1"
:b "B1"
:c [{ :aa "AA1"
:bb "BB1"
:cc "CC1"}
{ :aa "AA2"
…
-
The help documentation found [here](https://github.com/Solitude-Software-Solutions/OstrichDB/tree/main/src/core/help/docs) needs to be updated with the latest commands that are being added to version …