Skip to content
Snippets Groups Projects
Commit 707a6b4c authored by Antoine Berchet's avatar Antoine Berchet
Browse files

Update dummy tests

parent b686e6f6
No related branches found
No related tags found
1 merge request!44Grouping flux/meteo/field into datatream; cleaning plurals in class names;...
......@@ -16,7 +16,7 @@ export PYCIF_DATATEST=/home/chimereges/PYCIF_TEST_DATA/
export PYCIF_PLATFORM=LSCE
###
# select a subset of tests to run by using the tags ("mark")
mark="(dummy and article and inversion and not adjtltest and not uncertainties) or (fwd and ref_config) or (toto)"
mark="(dummy and article and inversion and not adjtltest and not uncertainties) or (fwd and ref_config)"
#mark="(dummy and article and inversion and not adjtltest and uncertainties) or (fwd and ref_config)"
#mark="(fwd and ref_config)"
#mark="test_in_ci and dummy"
......
......@@ -104,6 +104,7 @@ Updating functions and data to implement your flux data
#####################################
......
......@@ -22,6 +22,36 @@ It is used for the following purposes:
Required parameters, dependencies and functions
===============================================
Functions
+++++++++
fetch
---------
.. currentmodule:: pycif.plugins.datastreams.fluxes.flux_plugin_template
.. autofunction:: fetch
:noindex:
get_domain (optional)
----------------------
.. autofunction:: get_domain
:noindex:
read
------
.. autofunction:: read
:noindex:
write (optional)
----------------
......
......@@ -45,7 +45,7 @@ def test_integration_inversion(dummy_config_inversion, settings, pytestconfig):
montecarlo = settings.get("montecarlo", 10)
nsample = settings.get("nsample", 5)
if "allsimulations" not in marker:
nsimmax = 3
nsimmax = 4
montecarlo = 3
nsample = 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment