mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
Remove invalid docstring
This commit is contained in:
parent
ab1ba54a62
commit
16d387e977
@ -111,7 +111,6 @@ else:
|
|||||||
return repr(data)
|
return repr(data)
|
||||||
|
|
||||||
def represent_float(self, data):
|
def represent_float(self, data):
|
||||||
# type: (Any) -> Any
|
|
||||||
if data != data:
|
if data != data:
|
||||||
value = '.nan'
|
value = '.nan'
|
||||||
elif data == self.inf_value:
|
elif data == self.inf_value:
|
||||||
|
Loading…
Reference in New Issue
Block a user