We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fca978 commit a945f1bCopy full SHA for a945f1b
pygenalgo/genome/gene.py
@@ -189,7 +189,7 @@ def __repr__(self) -> str:
189
190
:return: Gene().
191
"""
192
- return f"{self.__class__.__name__}(datum={self._datum}, _func={self._func}, valid={self._valid})"
+ return f"{self.__class__.__name__}(datum={self._datum}, func={self._func}, valid={self._valid})"
193
# _end_def_
194
195
def __deepcopy__(self, memo):
0 commit comments