-
Hi, Georgeoshardo. I encountered the error "KeyError: ['mother_mask_label']" when I ran "my_lineage = Lineage(my_simulation)" in the MM_lineage_example.ipynb. I print the df and did not find any key c…
-
Thanks for the lib, I appreciate the clean C style. I'm using it in ESP-32 to smooth out the raw sensor output of a pressure transducer that records artillery shots at a distance. I picked the "db2" w…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I have defined the following schema for nebula :
`Node properties: [{'tag': 'entity', '…
-
Hello,
I am using Morph-KGC for a university project, and I've encountered a couple of issues that are preventing me from achieving the desired results.
1. JSON Arrays with Null Values Causing E…
-
Description:
In Python, multiple inheritance allows a child class to inherit from multiple parent classes. This code demonstrates a simple example of a child class inheriting from both father and mot…
-
Currently `put` [immutably] only sets the value to the object path. I was wondering if it would be possible to merge the new object to the current.
#### Sample Data
``` js
var user = {
name: 'Brian…
-
Change initialValue type to be either a string or an object like so:
initialValue: {
expression: 'this string is passed to eval()', dependsOn: ['birth.child.child-view-group.childBirthDate']
}
Wh…
-
### Prerequisites
- [X] I have carried out troubleshooting steps and I believe I have found a bug.
- [X] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…
-
```
There are no tests written for '_add_daughters_wrapper' that test the
following lines:
foreach my $daughter (@daughters) { # which may be ()
Carp::croak "daughter must be a node object!" un…
-
### Description
I'm trying to use the criteria builder "select new" feature together with a subquery. In a simplified example along the lines of:
```
CriteriaBuilder cb = cbf.create(em, Tuple.cla…