Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ test_gasoilprocess.neqsim
codeql-db/
codeql-*.sarif
tools/codeql/

# Generated stubs
src/jneqsim-stubs/
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
exclude: ^conda/meta\.yaml$
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 24.10.0
Expand Down
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ about:
home: https://github.com/Equinor/neqsim-python
summary: NeqSim is a tool for thermodynamic and process calculations
description: |
NeqSim Python is a Python interface to the NeqSim Java library for
NeqSim Python is a Python interface to the NeqSim Java library for
estimation of fluid behavior and process design for oil and gas production.
It provides toolboxes like thermoTools and processTools to streamline
It provides toolboxes like thermoTools and processTools to streamline
the use of NeqSim in Python.
license: Apache-2.0
license_family: Apache
Expand Down
43 changes: 0 additions & 43 deletions src/jneqsim-stubs/jneqsim-stubs/__init__.pyi

This file was deleted.

15 changes: 0 additions & 15 deletions src/jneqsim-stubs/jneqsim-stubs/api/__init__.pyi

This file was deleted.

25 changes: 0 additions & 25 deletions src/jneqsim-stubs/jneqsim-stubs/api/ioc/__init__.pyi

This file was deleted.

113 changes: 0 additions & 113 deletions src/jneqsim-stubs/jneqsim-stubs/blackoil/__init__.pyi

This file was deleted.

Loading
Loading