-
### Describe the unexpected behaviour
In a [nested](https://clickhouse.com/docs/en/sql-reference/data-types/nested-data-structures/nested) table / data structure all columns should be defined for all…
thoec updated
2 months ago
-
### What is your issue?
The `DataTree` structure was not designed with performance of very large trees in mind. It doesn't do anything obviously wasteful, but the priority has been making decisions a…
-
These functions call code from libigl that builds a BVH/octree and then uses that for executing the query, which is fine for code that calls these functions infrequently on large arrays of query point…
-
We need to implement data structures for k-{vectors,forms}. These data structures are similar to nalgebra datastructures like `na::{Vector, Matrix}`. We need to decide on an ordering of the standard b…
-
This issue will record conversions regarding discussions about JSON Document Schema for Prayer timetables.
## What is a JSON Schema?
A **JSON document schema** is a formal definition that outlin…
-
```bash
echo "pragma solidity ^0.5.3;
contract C {
struct S { uint x; }
function x() external pure returns (address) {
S memory s;
s.x = 1;
}
}" > a.sol && sl…
-
Collecting various things I am planning to do in a next major/breaking semver in future:
## CLI
Docs: https://featurevisor.com/docs/cli/
- [ ] Move some of these commands into separate plugin…
-
-
Currently the test codes and my general use case will be to use MDAnalysis to read structure files and gather the input features (coords, seq, sec, sec_bond, and closeK_coords), which are then passed …
-
It would be helpful/instructive if there was a pure Python example that does not rely on LAMMPS for prediction.
For example, how could I use benchmark.pt to get energy/forces/stress of a single str…