-
Notifications
You must be signed in to change notification settings - Fork 15
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
Default MATAB argument #189
Comments
What CRDS server are you pointing to? I agree with you that the current romanisim-make-image default of 1 is wrong now, and the linked PR #191 should address that. It looks to me that with that change running something like:
I'm confused in your report where the 17 is coming from, but I can't immediately reproduce it. It looks to me like roman-crds and roman-crds-test both have darks for MA table 4, so those seem fine? |
The 17 is just because we tried a few different values... but we knew they wouldn't work based on the code. Also, thanks for pointing our the CRDS server... That reminded me that I'm using a specific outdated context. I'm now using the latest context (0065) and it's running now, as long as I override the default MATAB number. So the only thing remaining minor thing to fix is the default |
Great, yes, that's what #191 does. I'll go ahead and merge. |
Using the
romanisim-make-image
script, the defaultma_table_number
is set to 1, but this value is not valid anymore since the implementation of the new hard-coded MA tables.In
ris_make_utils.set_metadata
(and in other places as well), the defaultma_table_number
is set to 4. It looks like a quick fix is to update the default value of the parser in theromanisim-make-image
script.However, when I specify an
ma_table_number
of 4 (the default), then I get the following error:@eunkyuh
The text was updated successfully, but these errors were encountered: