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
Currently only one data/random catalogue file can be specified in the .ini parameter file and loaded by triumvirate. This request extends that to multiple split catalogue files.
Alternatives
N/A
Implementation
Instead of implementing a glob or regex pattern for multiple filenames, external scripts are used to explicitly list all the desired catalogue files, delimited by a special character such as the colon :, which are then passed as a single parameter for the catalogue(s) in the .ini parameter file.
Additional context
This avoids reading in a single large file.
The text was updated successfully, but these errors were encountered:
Is the requested feature related to an issue?
No.
Summary
Currently only one data/random catalogue file can be specified in the
.ini
parameter file and loaded bytriumvirate
. This request extends that to multiple split catalogue files.Alternatives
N/A
Implementation
Instead of implementing a glob or regex pattern for multiple filenames, external scripts are used to explicitly list all the desired catalogue files, delimited by a special character such as the colon
:
, which are then passed as a single parameter for the catalogue(s) in the.ini
parameter file.Additional context
This avoids reading in a single large file.
The text was updated successfully, but these errors were encountered: