-
Notifications
You must be signed in to change notification settings - Fork 63
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
Add support for new CAS file formats #79
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #79 +/- ##
==========================================
+ Coverage 98.11% 98.16% +0.05%
==========================================
Files 17 17
Lines 1004 1028 +24
==========================================
+ Hits 985 1009 +24
Misses 19 19
☔ View full report in Codecov by Sentry. |
Thanks for the quick turn-around time. So what I am observing is a new issue !! For me, its unable to gather the 11 schemes that were previously showing in Output summary i get for the same report earlier raised,
and just does not show anything about the remaining 4 or 5(considering 0 balance) schemes in the portfolio. |
::my environment::
for some reason does not install sqllite3 on python3.8.18 ?
|
By default it doesn't print 0 balance rows, to avoid clutter. You can print all schemes by passing
not sure about this. sqlite3 is supposed to be part of standard python library. may be some issue with the python setup? |
took pull, installed latest Only 1 scheme was 0 valued, like I said the issue that I raised earlier showed 11 schemes but here it shows only 6 for some reason inspite of using the |
Oh. I missed that. Let me check again.
Can you send a partial screenshot of the missing schemes ?(you may hide any sensitive info).
…On 7 Sept 2023, 04:40 +0530, Isaac Philip ***@***.***>, wrote:
took pull, installed latest Successfully installed casparser-0.7.1,
Only 1 scheme was 0 valued, like I said the issue that I raised earlier showed 11 schemes but here it shows only 6 for some reason inspite of using the -a param too.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
@isaac-philip I've pushed one more commit that may solve the issue. Can you please give it a try? The code works fine on all CAS files I use for testing; so not sure how to fix this frankly, if it still doesn't work 😐 |
Unfortunately it's the same :( |
I'll have a look to debug this, I also can't seem to find a way to share the file without revealing sensitive info. I tried to black out but after testing the file with execution and still the name and other details were displayed on screen. |
latest code I tested wit d same pdf, works perfect 👍🏼 Details checked,
Thanks ! 😃 |
fixes #78