Skip to content

Commit 5cdc00a

Browse files
authored
Update README with wiki link and remove warnings
Added a note about the wiki for more detailed information and removed outdated warnings regarding numpy and Numba.
1 parent 63480e7 commit 5cdc00a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
- Blazingly fast elastic calculations via [Ben Thompson's](https://github.com/tbenthompson) [cutde](https://github.com/tbenthompson/cutde)
2222
- Easy I/O with standard file types (`.csv`, `.json`, `.hdf5`, `.pkl`)
2323

24+
See the [wiki](https://github.com/brendanjmeade/celeri/wiki) for more detailed information.
25+
2426
## Getting started
2527

2628
`celeri` can be run from the command line or from a Jupyter notebook.
@@ -88,8 +90,6 @@ celeri-solve <my_config.json>
8890

8991
- All relative paths in `*_config.json` are resolved relative to the directory containing the config file. Absolute paths are used as-is.
9092

91-
- **NOTE: In the current release, several warnings/errors will be thrown, but they do not impact the calculations. These result from: https://github.com/numpy/numpy/issues/28687. These are patched in numpy 2.3 and will go away once Numba releases with https://github.com/numba/numba/pull/10110 merged.**
92-
9393
### `celeri-forward`
9494

9595
- Predict surface velocities from model parameters constrained by previous `celeri-solve` run.

0 commit comments

Comments
 (0)