You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks Greg this is a nice suggestion, thanks for taking the time to help out. We certainly appreciate it.
I has make a PR for this improvement, it will be a bit slower to merge than our usual PRs as to test this we need to connect to our Trelis license server and perform local tests.
I'm keen to update this script from its python 2 origins and also keen to run it using the system python instead of that os.system call that I current use which is a bit of a mess
I've found that Cubit commands are often a little easier to read / more maintainable using the
.format()
method.For instance, turn this:
paramak/paramak/parametric_neutronics/make_faceteted_neutronics_model.py
Lines 79 to 83 in 7924ab0
into:
or a three-line statement (still fewer lines than the original):
The text was updated successfully, but these errors were encountered: