mesh-doctor error message is not explicit when using invalid command line

オープン
#93 コメント 0 件 リアクション 0 件 担当者 1 名 GitHub で見る

@alexbenedicto がすでに取り組んでいます。

2025年5月14日 から。

評価

この issue はまだ評価されていません。

説明

type: feature

When trying to use mesh-doctor, a frequent misunderstanding can be that you just need to call mesh-doctor by itself on your mesh to use it like the following:

mesh-doctor -i my_mesh.vtu

This is incorrect because you always need to specify which feature to call after your input like the following:

mesh-doctor -i my_mesh.vtu element_volumes --min 0.0

The error message when forgetting the call to the feature is not explicit at all and needs to be handled correctly, with a similar message as

mesh-doctor needs to be provided with the feature to be used amongst the current ones available : {collocated_nodes,element_volumes,...}
An example following your command could be mesh-doctor -i my_mesh.vtu element_volumes --min 0.0

The same error handling can be done with missing input file and missing keywords for the feature.

主要言語
Python
スター
0
フォーク
1
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

GEOS-DEV/geosPythonPackages のほかの issue

GEOS-DEV/geosPythonPackages の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。