Skip to content

Commit 2b9aedf

Browse files
authored
Merge pull request #344 from equinor/case-insentisive
fluid names update
2 parents 90eeee9 + 5eabcd5 commit 2b9aedf

314 files changed

Lines changed: 163 additions & 40023 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ test_gasoilprocess.neqsim
4242
codeql-db/
4343
codeql-*.sarif
4444
tools/codeql/
45+
46+
# Generated stubs
47+
src/jneqsim-stubs/

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ repos:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
10+
exclude: ^conda/meta\.yaml$
1011
- id: check-added-large-files
1112
- repo: https://github.com/psf/black
1213
rev: 24.10.0

conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ about:
3838
home: https://github.com/Equinor/neqsim-python
3939
summary: NeqSim is a tool for thermodynamic and process calculations
4040
description: |
41-
NeqSim Python is a Python interface to the NeqSim Java library for
41+
NeqSim Python is a Python interface to the NeqSim Java library for
4242
estimation of fluid behavior and process design for oil and gas production.
43-
It provides toolboxes like thermoTools and processTools to streamline
43+
It provides toolboxes like thermoTools and processTools to streamline
4444
the use of NeqSim in Python.
4545
license: Apache-2.0
4646
license_family: Apache

src/jneqsim-stubs/jneqsim-stubs/__init__.pyi

Lines changed: 0 additions & 43 deletions
This file was deleted.

src/jneqsim-stubs/jneqsim-stubs/api/__init__.pyi

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/jneqsim-stubs/jneqsim-stubs/api/ioc/__init__.pyi

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/jneqsim-stubs/jneqsim-stubs/blackoil/__init__.pyi

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)