Skip to content

Commit

Permalink
Fix another couple of typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ptormene committed Jun 26, 2023
1 parent dd50c96 commit 513720a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/adv-manual/general.rst
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ code in https://github.com/gem/oq-engine/blob/master/openquake/hazardlib/tests/g
Running the engine tests
----------------------------------

If you are a hazard scientists contributing a bug fix to a GMPE (or any
If you are a hazard scientist contributing a bug fix to a GMPE (or any
other kind of bug fix) you may need to run the engine tests and possibly
change the expected files if there is a change in the numbers. The way to
do it is to start the dbserver and then run the tests from the repository root::
Expand All @@ -687,7 +687,7 @@ Architecture of the OpenQuake engine
The engine is structured as a regular scientific application: we try
to perform calculations as much as possible in memory and when it is
not possible intermediate results are stored in HDF5 format.
We try work as much as possible in terms of arrays which are
We try to work as much as possible in terms of arrays which are
efficiently manipulated at C/Fortran speed with a stack of well
established scientific libraries (numpy/scipy).

Expand Down

0 comments on commit 513720a

Please sign in to comment.