-
*_This relies on Work Item #10 *_
The test_data generator accepts a data_info DataFrame, then generates some fake data in a DataFrame to use to make sensitivity analysis predictions. It only works fo…
-
I have used the `set_custom_grid` method to compute solutions on a pre-existing grid. I am retrieving the solution from `Solutions.raw_arrays.custom` but I find that the solution is all floats and co…
-
As mentioned in https://github.com/OpenAPITools/openapi-generator#11---compatibility the OpenAPI Spec 3.1 is still im beta.
We run into problems best summed up in https://github.com/OpenAPITools/open…
-
The ability to create simple shapes such as rectangles, regular polygons, points, line segments, donuts, etc, would be useful when "developing" test data. Often times we know we need to generate polyg…
-
#### Bug Report Checklist
- [ ] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
### Component
API Server / GraphQL
### Current Behavior
It is not clear how a generator target object should be properly deleted within Infrahub.
- When you delete the target node from the targe…
-
When using the `RngBitGenerator` Op on unsigned outputs, we are seeing uniform `u32` outputs, but non-uniform (skewed low) `u64` values.
Here is an example graph that shows this problem.
example…
-
I have load pdf as document, now want to generate test data from it, error is occuring.
---------------------------------------------------------------------------
ExceptionInRunner …
-
Hi, hello!
Thank you very much for providing the source code for our reference and study.
In a recent study, we planned to use your BIGCF as SOTA, but an error occurred during runtime.
We tried t…
-
## Bug description
if we have model like following:
```
model Test {
id String @default(uuid()) @unique
manifest Json
}
```
It will generate prisma model:
…