guohanghui commited on
Commit
4400a7f
·
verified ·
1 Parent(s): 132681b

Update galpy/mcp_output/mcp_plugin/mcp_service.py

Browse files
galpy/mcp_output/mcp_plugin/mcp_service.py CHANGED
@@ -385,7 +385,7 @@ def calculate_rotation_curve(R_min: float = 0.1, R_max: float = 3.0, n_points: i
385
  - n_points: int - Number of points
386
  - potential_type: str - Type of potential
387
  - amp, a, b: Potential parameters
388
-
389
  Returns:
390
  - dict: Contains arrays of R and v_circ or error
391
  """
 
385
  - n_points: int - Number of points
386
  - potential_type: str - Type of potential
387
  - amp, a, b: Potential parameters
388
+
389
  Returns:
390
  - dict: Contains arrays of R and v_circ or error
391
  """