Skip to content

Commit

Permalink
Adding DoD info
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Oct 13, 2023
1 parent e0b6d71 commit e33d95f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ obj = m.new_defm(id, y, x, column_major = False)
obj
```

<pydefm._core.DEFM at 0x7ff7f41bb970>
<pydefm._core.DEFM at 0x7f28b46956f0>

Adding terms via formula

Expand Down Expand Up @@ -129,3 +129,11 @@ m.simulate(obj, par)
[1, 1],
[1, 1],
[1, 0]], dtype=int32)

# Acknowledgements

This port work was supported by the Office of the Assistant Secretary of
Defense for Health Affairs through the Epilepsy Research Program under
Award No. HT94252310221. Opinions, interpretations, conclusions, and
recommendations are those of the author and are not necessarily endorsed
by the Department of Defense.
5 changes: 5 additions & 0 deletions README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,8 @@ m.simulate(obj, par)


[`cibuildwheel`]: https://cibuildwheel.readthedocs.io


# Acknowledgements

This port work was supported by the Office of the Assistant Secretary of Defense for Health Affairs through the Epilepsy Research Program under Award No. HT94252310221. Opinions, interpretations, conclusions, and recommendations are those of the author and are not necessarily endorsed by the Department of Defense.

0 comments on commit e33d95f

Please sign in to comment.