File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/geophires_monte_carlo Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 26
26
from rich .table import Table
27
27
28
28
from geophires_monte_carlo .common import _get_logger
29
- from geophires_x .Parameter import OutputParameter
30
29
from geophires_x .Parameter import Parameter
31
- from geophires_x .Parameter import floatParameter
32
30
from geophires_x_client import GeophiresInputParameters
33
31
from geophires_x_client import GeophiresXClient
34
32
from geophires_x_client import GeophiresXResult
@@ -205,7 +203,7 @@ def render_Parameter_default(p: Parameter) -> str:
205
203
return render_default (p .value , p .CurrentUnits .value )
206
204
207
205
208
- def render_parameter_scientific (p : floatParameter | OutputParameter ) -> str :
206
+ def render_parameter_scientific (p : Parameter ) -> str :
209
207
"""
210
208
RenderScientific - render a float as a string in scientific notation with 2 decimal places
211
209
and the unit appended to it if it is not an empty string (the default) by calling the render_scientific base function
You can’t perform that action at this time.
0 commit comments