Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: Unexpected state, please report this error on github. #149

Open
mladenivkovic opened this issue Aug 15, 2022 · 2 comments
Open
Labels
bug Something isn't working

Comments

@mladenivkovic
Copy link
Collaborator

$ ./rt_sanity_checks-GEAR.py 
checking essentials
Traceback (most recent call last):
  File "./rt_sanity_checks-GEAR.py", line 376, in <module>
    main()
  File "./rt_sanity_checks-GEAR.py", line 369, in main
    check_essentials(snapdata, rundata)
  File "./rt_sanity_checks-GEAR.py", line 146, in check_essentials
    fishy = groupfluxnorm > max_fluxes
  File "/home/mivkov/local/swiftsimio/swiftsimio/objects.py", line 1037, in __array_ufunc__
    ret_cf = self._cosmo_factor_ufunc_registry[ufunc](*cfs, inputs=inputs)
  File "/home/mivkov/local/swiftsimio/swiftsimio/objects.py", line 356, in _comparison_cosmo_factor
    return _return_without_cosmo_factor(
  File "/home/mivkov/local/swiftsimio/swiftsimio/objects.py", line 297, in _return_without_cosmo_factor
    raise RuntimeError("Unexpected state, please report this error on github.")
RuntimeError: Unexpected state, please report this error on github.

Problem is reproducible for the examples/RadiativeTransferTests/UniformBox_3D test example when running rt_sanity_checks-GEAR.py (this script is not automatically called by run.sh)

To run that example, you'd need to configure with --with-rt=GEAR_3 --with-rt-riemann-solver=GLF --with-hydro-dimension=3 --with-hydro=gizmo-mfv --with-riemann-solver=hllc --with-stars=basic --with-feedback=none

@MatthieuSchaller MatthieuSchaller added the bug Something isn't working label Oct 17, 2022
@MatthieuSchaller
Copy link
Member

Is that still an issue?

@MatthieuSchaller
Copy link
Member

@mladenivkovic is that still a problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants