Commit f81dcec0 authored by Duggan, John's avatar Duggan, John
Browse files

Remove _test from tool name

parent 6665b853
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
[project]
name = "ips-fastran-gui"
version = "0.2.0"
version = "0.2.1"
description = "IPS Fastran GUI Project"
authors = []
readme = "README.md"
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ class IPSFastranTool(BasicTool):
        tool_params.add_input(name="__job_resource|time", value=self.model.resource_params.time_limit)
        if self.model.resource_params.compute_resource == ComputeOptions.perlmutter:
            tool_params.add_input(name="__job_resource|remote_resource_cloud_nersc", value="nersc")
        self.tool = Tool(id="fusion_ips_fastran_test")
        self.tool = Tool(id="fusion_ips_fastran")

        return self.tool, tool_params