Fix clean and run for Nutils partitioned-heat#298
Conversation
| case ${opt} in | ||
| d) | ||
| rm -rf Dirichlet-*.vtk | ||
| python3 heat.py --side=Dirichlet |
There was a problem hiding this comment.
The run script runs as expected on my machine without having to do this change.
There was a problem hiding this comment.
with this, I get Error: invalid argument '--side'
There was a problem hiding this comment.
I run the case by running ./run.sh -d and ./run.sh -n in two terminals and for me it is still working as expected. Which version of Nutils are you using? I am using Nutils v7.0.
There was a problem hiding this comment.
>>> nutils.long_version
'8.0a0'There was a problem hiding this comment.
This change has now already been incorporated via #295
IshaanDesai
left a comment
There was a problem hiding this comment.
The change in the clean script is indeed necessary, it does not work currently for me. The run script change does not appear to be necessary on my machine, the current script works just fine.
Both scripts failed on my OS. Maybe someone else could confirm/approve these changes. A bit confusing that it only pops up now