We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe97c5 commit 856f6caCopy full SHA for 856f6ca
polaris/mesh/base/add.py
@@ -87,7 +87,7 @@ def add_spherical_base_mesh_step(prefix, min_res, max_res=None):
87
'name': name,
88
'mesh_name': mesh_name,
89
}
90
- if prefix in ['Icos', 'QU']:
+ if prefix in ['icos', 'qu']:
91
kwargs['cell_width'] = min_res
92
93
base_mesh = component.get_or_create_shared_step(**kwargs)
0 commit comments