Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

0.0.8

Choose a tag to compare

@samlesu samlesu released this 15 Apr 15:07
· 52 commits to master since this release
4744da1
Intermediate model removal (#106)

* Add model hash to compute plan event

* Use only one index for inModels

* Make sure to ignore final model

* Fix key used in ListModelIfIntermediary

* Do not wait until compute plan is done

* Make sure the hash index is set

* Make the clean models optional

* Add cleanModels in compute plan output

* Concider testtuples before cleaning

* Update chaincode/compute_plan.go

Co-Authored-By: Aurélien Gasser <aurelien.gasser@owkin.com>

* Update chaincode/ledger.go

Co-Authored-By: Aurélien Gasser <aurelien.gasser@owkin.com>

* Fixes from reviews

* Test the clean model function

* Rename test function

* Update chaincode/input.go

Co-Authored-By: Aurélien Gasser <aurelien.gasser@owkin.com>

Co-authored-by: Kelvin Moutet <kelvin.moutet@owkin.com>
Co-authored-by: Aurélien Gasser <aurelien.gasser@owkin.com>