File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ assignees: ''
99
1010<!--
1111- Start with a clear description of the unintended behavior.
12- - Provide the steps to reproduce the it .
12+ - Provide the steps to reproduce what you're seeing .
1313- Provide code and attach model file(*) as needed.
14- - Mention your operating system and Python version.
14+ - Mention your operating system, Comsol and Python version.
1515- Describe the expected behavior if not obvious.
1616- Pick a descriptive issue title tailored to your bug report.
1717
Original file line number Diff line number Diff line change 3333 mode on Windows in order to connect to the Comsol compute back-end, instead
3434 of the stand-alone client we used to prefer for better start-up performance.
3535 This might solve some non-reproducible problems Windows users have reported.
36- It is not expected to have detrimental effects on the user experience.
36+ It is not expected to have detrimental effects on the overall user
37+ experience.
3738- Prioritizes Comsol installation found on search path.
3839 ([ #232 ] ( https://github.com/MPh-py/MPh/pull/232 ) )
3940 \
4041 The Comsol installation associated with the Comsol executable found on the
4142 search path (the ` PATH ` environment variable) is now preferred over other
42- Comsol installations of the same versions . This is useful for the rare
43+ Comsol installations of the same version . This is useful for the rare
4344 scenario when different single-user licenses are to be used on the same
4445 machine.
4546- Replaces Comsol's deprecated ` clearSolution() ` with ` clearSolutionData() ` .
Original file line number Diff line number Diff line change @@ -66,5 +66,5 @@ with `pip install --group dev --editable .`
6666 ``` shell
6767 ❯ uv run tools/measure_coverage.py
6868 # Add upload token in shell environment.
69- ❯ uv run tools/report_coverage.py`
69+ ❯ uv run tools/report_coverage.py
7070 ```
You can’t perform that action at this time.
0 commit comments