File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88[ ![ Travis Build Status] ( https://img.shields.io/travis/atmos-cloud-sim-uj/PySDM/master.svg?logo=travis )] ( https://travis-ci.com/atmos-cloud-sim-uj/PySDM )
99[ ![ Github Actions Build Status] ( https://github.com/atmos-cloud-sim-uj/PySDM/workflows/Build%20Status/badge.svg?branch=master )] ( https://github.com/atmos-cloud-sim-uj/PySDM/actions )
1010[ ![ Appveyor Build status] ( http://ci.appveyor.com/api/projects/status/github/atmos-cloud-sim-uj/PySDM?branch=master&svg=true )] ( https://ci.appveyor.com/project/slayoo/pysdm/branch/master )
11- [ ![ Dependabot] ( https://img.shields.io/static/v1?label=Dependabot&logo=dependabot&color=blue&message=on )] ( https://github.com/atmos-cloud-sim-uj/PySDM/network/updates )
11+ [ ![ Dependabot] ( https://img.shields.io/static/v1?label=Dependabot&logo=dependabot&color=blue&message=on )] ( https://github.com/atmos-cloud-sim-uj/PySDM/network/dependencies )
1212[ ![ Coverage Status] ( https://codecov.io/gh/atmos-cloud-sim-uj/PySDM/branch/master/graph/badge.svg )] ( https://codecov.io/github/atmos-cloud-sim-uj/PySDM?branch=master )
1313[ ![ Maintenance] ( https://img.shields.io/badge/Maintained%3F-yes-green.svg )] ( https://GitHub.com/atmos-cloud-sim-uj/PySDM/graphs/commit-activity )
1414[ ![ GitHub issues] ( https://img.shields.io/github/issues/atmos-cloud-sim-uj/PySDM.svg?logo=github&logoColor=white )] ( https://github.com/atmos-cloud-sim-uj/PySDM/issues?q= )
@@ -142,7 +142,7 @@ attributes = {}
142142attributes[' volume' ], attributes[' n' ] = ConstantMultiplicity(spectrum = initial_spectrum).sample(n_sd)
143143```
144144
145- The key element of the PySDM interface is the [ `` Core `` ] ( https://github.com/atmos-cloud-sim-uj/PySDM/blob/master/PySDM/simulation/ core.py )
145+ The key element of the PySDM interface is the [ `` Core `` ] ( https://github.com/atmos-cloud-sim-uj/PySDM/blob/master/PySDM/core.py )
146146 class which instances are used to manage the system state and control the simulation.
147147Instantiation of the `` Core `` class is handled by the `` Builder ``
148148 as exemplified below:
You can’t perform that action at this time.
0 commit comments