Skip to content

Commit

Permalink
Improved line intercept method
Browse files Browse the repository at this point in the history
  • Loading branch information
brei-er committed Jul 24, 2024
2 parents b637bc1 + 5aefc6d commit 4aef5c4
Show file tree
Hide file tree
Showing 15 changed files with 43 additions and 1,686 deletions.
9 changes: 1 addition & 8 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variables:
before_script:
# Initialize and activate virtual environment
- which virtualenv
- virtualenv --python=/opt/anaconda3/bin/python venv
- virtualenv --python=python3.12 venv
- source venv/bin/activate
# Install required packages
- pip install --upgrade pip
Expand Down Expand Up @@ -60,13 +60,6 @@ lint_crack_detection:
- pylint crackpy/crack_detection --rcfile='.pylintrc'
# - pylint crackpy/tests/test_crack_detection --rcfile='.pylintrc'

lint_dic:
stage: Static Code Analysis
allow_failure: true
script:
- pip install pylint --quiet
- pylint crackpy/dic_control --rcfile='.pylintrc'


# Run Unit Tests
crack_detection:
Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ authors:
given-names: "Eric"
orcid: "https://orcid.org/0000-0002-3479-9143"
title: "Crack Analysis Tool in Python - CrackPy"
version: 1.2.1
doi: tbd
date-released: 2024-04-18
version: 1.2.2
doi: 10.1038/s41598-024-63915-x
date-released: 2024-07-23
url: "https://github.com/dlr-wf/crackpy"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Crack Analysis Tool in Python - CrackPy
[![DOI](https://zenodo.org/badge/554689806.svg)](https://zenodo.org/badge/latestdoi/554689806)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10990494.svg)](https://doi.org/10.5281/zenodo.10990494)

The methodology for fatigue crack growth (fcg) experiments has not changed for decades and usually still relies on the concept that a
theoretical stress intensity factor is calculated with respect to a standardized specimen geometry, applied load,
Expand Down
2 changes: 1 addition & 1 deletion crackpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
import crackpy.structure_elements

# package information
__version__ = "1.2.1"
__version__ = "1.2.2"
2 changes: 0 additions & 2 deletions crackpy/ansys_simulation/__init__.py

This file was deleted.

Loading

0 comments on commit 4aef5c4

Please sign in to comment.