RachaelDMueller / SalishSeaModel-analysis

A repository for my work at the Puget Sound Institute
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Review element-wise multiplication #2

Closed RachaelDMueller closed 1 year ago

RachaelDMueller commented 2 years ago

For calc_DO_below_threshold.py and calc_DO_impairment.py, review matrix multiplication and use of * or np.dot and whether I need element-wise multiplication in these cases, i.e. np.multiply()