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)
|
||||
|
||||
def represent_float(self, data):
|
||||
# type: (Any) -> Any
|
||||
if data != data:
|
||||
value = '.nan'
|
||||
elif data == self.inf_value:
|
||||
|
Loading…
Reference in New Issue
Block a user