Conversation
…torage_tests
Codecov Report
@@ Coverage Diff @@
## dscim-v0.4.0 #65 +/- ##
===============================================
Coverage ? 43.03%
===============================================
Files ? 18
Lines ? 1731
Branches ? 0
===============================================
Hits ? 745
Misses ? 986
Partials ? 0 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
| else: | ||
| w_utility = parameter ** (1 - self.eta) / (1 - self.eta) | ||
| bottom_utility = parameter ** (-self.eta) * (parameter - cc_consumption) | ||
| bottom_coded_cons = power( |
There was a problem hiding this comment.
Do we want these to be np.power instead?
|
@JMGilbert this looks reasonable - please check the suggestion to update to |
@JMGilbert can you add to the PR description from what datatype/structure you changed |
These are the local changes I made to run the latest specifications of
dscimfor integration. These need to accompany one minor change todscim-cil: change the datatype of eta_rhos inrun_result.pyto a list of lists of the formeta_rhos = [[eta1,rho1],[eta2,rho2],...]. They were previously of the formeta_rhos = {eta1: rho1, eta2: rho2, ...}.