Skip to content

Commit

Permalink
Fixed "ERROR: can not merge projects"
Browse files Browse the repository at this point in the history
  • Loading branch information
moataz-sabry committed Feb 13, 2023
1 parent ae7651e commit 3a5946b
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 1,160 deletions.
537 changes: 0 additions & 537 deletions Manifest.toml

This file was deleted.

9 changes: 8 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Apophis"
uuid = "cf72b054-1e85-4718-a3f4-02cfdc10a054"
authors = ["moataz-sabry <[email protected]>", "Ahmed Hassan <[email protected]>"]
version = "1.3.1"
version = "1.3.2"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand All @@ -12,3 +12,10 @@ ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[extras]
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["PyCall", "Test"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ production_rates(gas) # ω̇ [mol/(cm³⋅s)]

```
## To-Do
- Change default units to SI
- ~~Change default units to SI~~
- Add routines for other reaction auxillary parameters
- Correctly implement pressure-dependant reactions
- Implement diffusion routines
Expand Down
Loading

0 comments on commit 3a5946b

Please sign in to comment.