removed old command line scripts #3300
Open
+1
−1,116
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR attempts to remove scripts which are less useful now the Python API has these capabilities
Alternative to #3297 which attempts to update and move the scripts.
I think these scripts are not tested in the CI and one of them raises error when run
This would also ease packaging, reduce maintenance, etc
openmc-ace-to-hdf5
- suggest users make use of IncidentNeutron.from_aceopenmc-plot-mesh-tally
- breaks on AttributeError: module 'matplotlib' has no attribute 'use', suggest users make use of openmc-plotteropenmc-track-combine
- suggest users make use of openmc.Tracks.combineopenmc-track-to-vtk
- suggest users make use of openmc.Tracks.write_to_vtkopenmc-update-inputs
- perhaps this one should be ported to the python API or can be left?openmc-update-mgxs
- the input this converts has been deprecated for a while now, do we still need this?openmc-voxel-to-vtk
suggest users make use of openmc.voxel_to_vtkFixes # (issue)
Checklist