File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The aim of this repository is to exemplify how to develop a new wrapper for
4
4
SimPhoNy. ** Before you start** , please have a look at the
5
- [ SimPhoNy documentation] ( https://simphony.readthedocs.io/en/v4.0.0rc4 / )
5
+ [ SimPhoNy documentation] ( https://simphony.readthedocs.io/en/v4.0.0 / )
6
6
(in particular the
7
- [ wrapper development section] ( https://simphony.readthedocs.io/en/v4.0.0rc4 /developers/wrappers.html ) ).
7
+ [ wrapper development section] ( https://simphony.readthedocs.io/en/v4.0.0 /developers/wrappers.html ) ).
8
8
9
9
Clone this repository to use it as a template to create your own
10
10
wrapper. It provides project configuration files, a folder structure, an
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class SimulationWrapper(Wrapper):
13
13
14
14
Note: This implementation only makes use of the mandatory wrapper methods,
15
15
as well as the `compute` method. Visit the SimPhoNy documentation
16
- https://simphony.readthedocs.io/en/v4.0.0rc4 /developers/wrappers.html
16
+ https://simphony.readthedocs.io/en/v4.0.0 /developers/wrappers.html
17
17
to learn more about the additional possibilities and the meaning of each
18
18
method.
19
19
"""
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ def test_types_engine(self):
59
59
wrapper = session .driver .interface
60
60
# read the diagram on the SimPhoNy documentation to understand how the
61
61
# wrapper object was retrieved from the session object:
62
- # https://simphony.readthedocs.io/en/v4.0.0rc4 /developers/
62
+ # https://simphony.readthedocs.io/en/v4.0.0 /developers/
63
63
# wrappers.html#wrapper-abstract-class
64
64
session .driver .interface = self ._prepare_wrapper_for_types_test (
65
65
wrapper
You can’t perform that action at this time.
0 commit comments