Skip to content

An error occurred during operation, stating that the file './step_files/zpre_simplified_with_gold.step' was missing. #14

@Eternal552

Description

@Eternal552

(openmc) root@mcnp-virtual-machine:/openmc/zpre-main# bash run.sh

  • PS3='ZPRE simulations: '
  • options=("k eigenvalue" "geometry plot" "geometry voxelplot" "neutron flux" "neutron flux 3d" "photon flux" "quit")
  • select opt in "${options[@]}"
  1. k eigenvalue
  2. geometry plot
  3. geometry voxelplot
  4. neutron flux
  5. neutron flux 3d
  6. photon flux
  7. quit
    ZPRE simulations: 2
  • case $opt in
  • echo 'plotting geometry...'
    plotting geometry...
  • bash ./scripts/gp.sh
  • test -f ./h5m_files/zpre.h5m
  • python ./scripts/step_to_h5m_zpre.py
    /root/anaconda3/envs/openmc/lib/python3.11/site-packages/pymoab/init.py:21: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
    from pkg_resources import get_distribution, DistributionNotFound
    Traceback (most recent call last):
    File "/openmc/zpre-main/./scripts/step_to_h5m_zpre.py", line 28, in
    a.import_stp_files()
    File "/root/anaconda3/envs/openmc/lib/python3.11/site-packages/CAD_to_OpenMC/assembly.py", line 276, in import_stp_files
    warn, ct = has_degenerate_toroids(stp,True)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/root/anaconda3/envs/openmc/lib/python3.11/site-packages/CAD_to_OpenMC/check_step.py", line 24, in has_degenerate_toroids
    with open(infile,'r') as f:
    ^^^^^^^^^^^^^^^^
    FileNotFoundError: [Errno 2] No such file or directory: './step_files/zpre_simplified_with_gold.step'

An error occurred during operation, stating that the file './step_files/zpre_simplified_with_gold.step' was missing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions