Skip to content

Commit

Permalink
fix exdown <!--exdown-cont--> logic for Python pytest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed May 8, 2021
1 parent d2d8387 commit fefbb66
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ Instantiation of the ``Core`` class is handled by the ``Builder``
<details>
<summary>Julia (click to expand)</summary>

<!--exdown-cont-->
```Julia
Builder = pyimport("PySDM").Builder
Box = pyimport("PySDM.environments").Box
Expand All @@ -205,7 +204,6 @@ particles = builder.build(attributes, products)
<details>
<summary>Matlab (click to expand)</summary>

<!--exdown-cont-->
```Matlab
Builder = py.importlib.import_module('PySDM').Builder;
Box = py.importlib.import_module('PySDM.environments').Box;
Expand Down Expand Up @@ -262,7 +260,6 @@ In the listing below, its usage is interleaved with plotting logic
<details>
<summary>Julia (click to expand)</summary>

<!--exdown-cont-->
```Julia
rho_w = pyimport("PySDM.physics.constants").rho_w
using Plots
Expand All @@ -287,7 +284,6 @@ savefig("plot.svg")
<details>
<summary>Matlab (click to expand)</summary>

<!--exdown-cont-->
```Matlab
rho_w = py.importlib.import_module('PySDM.physics.constants').rho_w;
Expand Down

0 comments on commit fefbb66

Please sign in to comment.