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
While running columbia merger we found citations in which the volume also contains letters so the current citation model cannot handle that volume number since the field is defined as SmallIntegerField, throws a ValueError exception.
For example:
1985-1 Trade Cases P 66,472
88-1 U.S. Tax Cas. (CCH) P9373
We need to analyze if just changing the type of field is feasible and how it would affect the system, or what change is necessary to store the appointments in which the volume is a string.
While running columbia merger we found citations in which the volume also contains letters so the current citation model cannot handle that volume number since the field is defined as SmallIntegerField, throws a ValueError exception.
For example:
1985-1 Trade Cases P 66,472
88-1 U.S. Tax Cas. (CCH) P9373
We need to analyze if just changing the type of field is feasible and how it would affect the system, or what change is necessary to store the appointments in which the volume is a string.
This issue was seen before in #1162
The text was updated successfully, but these errors were encountered: