Axel Hodler
Results
1
issues of
Axel Hodler
We currently store the IPFS hash of our model split into two parts. __PySonar__ currently uses it as such: ```python deploy_trans = self.get_transaction(model.owner,value=self.web3.toWei(model.bounty,'ether')).addModel([ipfs_address[0:32],ipfs_address[32:]],model.initial_error,model.target_error) return self.call.getNumModels()-1 ``` ```python self.call.getNumModels()-1 ``` leads...