Skip to content

Commit 8fdbf0c

Browse files
committed
corrections
1 parent e18a8fa commit 8fdbf0c

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

afbf/Simulation/TurningBands.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ def DisplayInformation(self):
540540
print('Precision :' + str(self.acc))
541541
print('Simulation cost :' + str(self.cost))
542542

543+
543544
def LoadTBField(filename):
544545
"""Load the field model.
545546
@@ -552,4 +553,4 @@ def LoadTBField(filename):
552553
topo = LoadPerfunction(filename + "-topo")
553554
model = tbfield(filename, topo, hurst)
554555

555-
return(model)
556+
return model

examples/README.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
Example gallery
22
===============
33

4-
This directory contains the examples of the gallery of the `documentation <https://fjprichard.github.io/PyAFBF/auto_examples/index.html>`_.
5-
These examples can be easily reproduced by downloading the python source code or jupyter notebook from the documentation.
6-
7-
8-
Basic examples
9-
--------------

0 commit comments

Comments
 (0)