Gregory S. Tucker

Results 5 comments of Gregory S. Tucker

A similar error appears via the `pyqtgraph` variant of `mcplot` at https://github.com/McStasMcXtrace/McCode/blob/0c15352d0d01015e96da2e93aa8c7e86a4e20833/tools/Python/mccodelib/pqtgfrontend.py#L80-L82 where `w` and `h` are expected to be `int` valued in the call to `resize`. And in the...

@MilanKlausz said in the initial issue description: >I don't see any reasonable case when the merge could fail for a single simulation if the actually used values of the input...

@tkittel Would it make more sense to change how MCPL loads files, or to add logic to `MCPL_input`?

Under the assumption that the component should be modified (and that no one is going to do that at the moment), for future reference: https://stackoverflow.com/questions/230062/whats-the-best-way-to-check-if-a-file-exists-in-c

If the second option is preferred, maybe [this repository-dispatch action](https://github.com/marketplace/actions/repository-dispatch) would be worth using to keep the registry files in sync. Since it requires an access token to work, perhaps...