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
Expected: transfer out in-kind should cause a positive cashflow. It is similar to a sale. Observed:
Traceback (most recent call last):
File "beanlabs/beanlabs/returns/compute_returns.py", line 105, in <module>
main()
File "beanlabs/beanlabs/returns/compute_returns.py", line 82, in main
path.join(args.output, "investments"))
File "beanlabs/beanlabs/returns/investments.py", line 555, in extract
for aconfig in config.investments.investment]
File "beanlabs/beanlabs/returns/investments.py", line 555, in <listcomp>
for aconfig in config.investments.investment]
File "beanlabs/beanlabs/returns/investments.py", line 376, in process_account_entries
flows_general = produce_cash_flows_general(entry, account)
File "beanlabs/beanlabs/returns/investments.py", line 178, in produce_cash_flows_general
assert not posting.cost
AssertionError
The text was updated successfully, but these errors were encountered:
Expected: transfer out in-kind should cause a positive cashflow. It is similar to a sale. Observed:
The text was updated successfully, but these errors were encountered: