Skip to content

Commit 4c5163a

Browse files
committedDec 27, 2022
style; changelog
1 parent 752f352 commit 4c5163a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎CHANGELOG

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Future milestones:
66
version 1.5.0, :
77
- fixed bug in transform (roll, sort..)
88
- improved behavior under roundoff errors
9+
- fixed compatibility issues with numpy>=1.24.0
910

1011
version 1.4.0, 20.08.2022:
1112
- finite volume 2to2 quantization condition

‎pyobs/optimize/chisquare.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def eval(self, x, pdict, p0):
159159

160160

161161
class mfit:
162-
"""
162+
r"""
163163
Class to perform fits to multiple observables, via the minimization
164164
of the :math:`\chi^2` function
165165

0 commit comments

Comments
 (0)
Please sign in to comment.