You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Increase version number and update changelog (#455)
* Bugfixes 4th sep (#460)
* Fix normalisation in rice model
Closes#459
* Remove three spin anaysis
Closes#427
* Improved installation instructions
* Caution about difference in definition of cost function
Closes#450
* Bump Version
* Bug for non linearly constrained problems
When a problem is not linearly constrained and not non-negative, the linear solver outputs a result class not the solution.
* Keeping changelog up-to date
* Fixing Sophgrid bug (#464)
* Fixing Sophgrid bug
* Add unit test for sophgrid
* Update changelog.rst for new release (#466)
The normalization of the Rice function in
DeerLab/deerlab/dd_models.py
Line 119 in f7e0340
is incorrect.
The first factor in
should be
Overall, this error has no effect, since
P
is numerically normalized afterwards.The text was updated successfully, but these errors were encountered: