-
Ideally someone familiar with generation of intoto specifications will propose a suitable, exensible solution to "provenance claims" made from the perspective of the SCP.
Here is a _very_ rough summ…
-
Demo:
```
struct A
{
uint8 a;
uint8 b[];
};
```
The expected behavior of:
cparser.A(b'\x01\x02\x03\x04\x00\x00')
**should be**
```
struct A:
- a: 0x1
- b: [2, 3, 4, 0, 0]
```
c…
-
Check that vmcVariablesType has been set correctly.
-
This is a great place to expand. Thanks for starting this.
I think the mitigation for this is essentially:
* Have a way to know what "correct" looks like for this resourceUri.
…
-
We are installing Tamkin 1.2.6 using Python 3.11.3, molmod 1.4.8, nose3 1.3.8 using GCC 12.3.0
When running the tests `export MATPLOTLIBRC=$PWD; echo "backend: agg" > $MATPLOTLIBRC/matplotlibrc; ex…
-
Change the architecture to fulfill the simple structure of VSA.
-
We should ease the initialisation of organisations :
- [ ] Load latest organisations from VSA.
- [ ] Update organisations with latest organisations from VSA
- [ ] Ease the activation of organisat…
-
> Hi Nick,
>
> CU13 fell over:
> /disk78/genOps/vsa/logs/VSAVVV15_cu13id503942.log
> with loads of
> File "./cu13.py", line 3628, in stackImages
> self._target(*self._args, **self._kwargs)
…
-
I forgot to write that it is not necessary to associate the time-series photometry to the VMC DR7 because this can be retried from the general VMC data.
-
When the example 'complex' is run with the analysis enabled, an exception is thrown at the start of the VSA, caused by there not being an entry for 'main' in `allStacks` in the `MemoryModelMap`. This …