Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pengyuyang-315 authored Dec 10, 2023
1 parent fbaa939 commit 0ac8940
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ Then this block is used to start our program.
## Continuous integration testing
We are using GitHub Action to help us test our package functions. The CI configuration file is stored in .github/workflow/

## Things to notice about test files required in step 1
Before run the test file in subpackage investment, go to the 7th line manage_investment.py and delete a dot
into this "from investment import investment,mortgage,zero_coupon_bond,government_bond"
But when running test.ipynb or start.py, add the dot back.

## Functions in start(for initialization)

### `clients_initialization()`
Expand Down

0 comments on commit 0ac8940

Please sign in to comment.