Skip to content

Commit d0e6f76

Browse files
authored
Added tests badge to readme
1 parent c2b9151 commit d0e6f76

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Main Tests](https://github.com/sandialabs/forcefinder/actions/workflows/tests.yml/badge.svg)](https://github.com/sandialabs/forcefinder/actions/workflows/tests.yml)
2+
13
![ForceFinder Logo](/logo/ForceFinder_Logo.png)
24
# ForceFinder Inverse Source Estimation
35
This repository houses ForceFinder, which is a Python project that extends SDynPy (Structural Dynamics Python Libraries) with a comprehensive tool for inverse source estimation (ISE) tasks via frequency response function (FRF) matrix inversion. ForceFinder leverages an object oriented framework, where all the components of the ISE problem (e.g., the FRFs, responses, transformations, etc.) are stored in a so-called "SourcePathReceiver" object.
@@ -36,3 +38,4 @@ It is suggested that ForceFinder be installed from a GIT repository on the users
3638
3. Use ForceFinder with the following import "import forcefinder as ff"
3739

3840

41+

0 commit comments

Comments
 (0)