Skip to content

Commit

Permalink
Update names of PyCiemss operators
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis committed Jul 23, 2024
1 parent 9984367 commit 06c43f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface CalibrationOperationStateCiemss extends BaseState {

export const CalibrationOperationCiemss: Operation = {
name: WorkflowOperationTypes.CALIBRATION_CIEMSS,
displayName: 'Calibrate with PyCIEMSS',
displayName: 'Calibrate',
description:
'given a model id, a dataset id, and optionally a configuration. calibrate the models initial values and rates',
documentationUrl: DOCUMENTATION_URL,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export interface SimulateCiemssOperationState extends BaseState {

export const SimulateCiemssOperation: Operation = {
name: WorkflowOperationTypes.SIMULATE_CIEMSS,
displayName: 'Simulate with PyCIEMSS',
displayName: 'Simulate',
description: 'given a model id, and configuration id, run a simulation',
documentationUrl: DOCUMENTATION_URL,
inputs: [
Expand Down

0 comments on commit 06c43f7

Please sign in to comment.