Skip to content

Commit

Permalink
update rm
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziqi authored and Ziqi committed Mar 21, 2021
1 parent 8e62b99 commit 4849722
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1,003 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ Multi-scale GWR model added!
### Example
Example call to FastGWR which can be called on desktop or HPC:
```
fastgwr run -np 4 -data input.csv -out results.csv -adaptive
fastgwr run -np 4 -data input.csv -out results.csv -adaptive -constant
```
Example call to an MGWR model
```
fastgwr run -np 4 -data input.csv -out results.csv -adaptive - mgwr
fastgwr run -np 4 -data input.csv -out results.csv -adaptive -mgwr -constant
```
```
where:
Expand Down
Loading

0 comments on commit 4849722

Please sign in to comment.