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
To expand briefly, the special format tool is supposed to generate (from the docs)
The dictionary takes the form of:
{
'T.C. Summary Opinion': '{reporter} {volume}-{page}',
'T.C. Memo.': '{reporter} {volume}-{page}'
...
}
but currently the following is the entire dictionary generated.
{'Add.': '{reporter} {page}',
'Bankr. L. Rep.': '{reporter} {page}',
'Fed. Sec. L. Rep. (CCH)': '{reporter} {page}',
'NMCA': '{volume}-{reporter}-{page}',
'NMCERT': '{volume}-{reporter}-{page}',
'NMSC': '{volume}-{reporter}-{page}',
'Ohio': '{volume}-{reporter}-{page}'}
It appears that whatever is meant to trigger and generate this dictionary is no longer working correctly. I realized this because the examples in the doc string aren't there.
In testing special formats in CL it became apparent that this method doesnt appear to be correctly identifying special formats.
The text was updated successfully, but these errors were encountered: