-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from isi-nmr/dev
Version 0.1.3
- Loading branch information
Showing
39 changed files
with
24,399 additions
and
17,629 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,4 +139,5 @@ brukerapi/tests/results/ | |
test/results | ||
|
||
# tmp | ||
examples/tmp/ | ||
examples/tmp/ | ||
examples/demo.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="test_pv_51" type="tests" factoryName="py.test"> | ||
<module name="brukerapi-python" /> | ||
<option name="INTERPRETER_OPTIONS" value="" /> | ||
<option name="PARENT_ENVS" value="true" /> | ||
<envs> | ||
<env name="PATH_DATA" value="$USER_HOME$/data_clean" /> | ||
</envs> | ||
<option name="SDK_HOME" value="/usr/bin/python3.8" /> | ||
<option name="WORKING_DIRECTORY" value="" /> | ||
<option name="IS_MODULE_SDK" value="false" /> | ||
<option name="ADD_CONTENT_ROOTS" value="true" /> | ||
<option name="ADD_SOURCE_ROOTS" value="true" /> | ||
<EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" /> | ||
<option name="_new_keywords" value="""" /> | ||
<option name="_new_parameters" value="""" /> | ||
<option name="_new_additionalArguments" value=""--test_data\u003d${PATH_DATA}/0.2H2 --test_suites\u003d\"test_parameters test_properties test_data\""" /> | ||
<option name="_new_target" value=""test.test_dataset"" /> | ||
<option name="_new_targetType" value=""PYTHON"" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="test_pv_601" type="tests" factoryName="py.test"> | ||
<module name="brukerapi-python" /> | ||
<option name="INTERPRETER_OPTIONS" value="" /> | ||
<option name="PARENT_ENVS" value="true" /> | ||
<envs> | ||
<env name="PATH_DATA" value="$USER_HOME$/data_clean" /> | ||
</envs> | ||
<option name="SDK_HOME" value="/usr/bin/python3.8" /> | ||
<option name="WORKING_DIRECTORY" value="" /> | ||
<option name="IS_MODULE_SDK" value="false" /> | ||
<option name="ADD_CONTENT_ROOTS" value="true" /> | ||
<option name="ADD_SOURCE_ROOTS" value="true" /> | ||
<EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" /> | ||
<option name="_new_keywords" value="""" /> | ||
<option name="_new_parameters" value="""" /> | ||
<option name="_new_additionalArguments" value=""--test_data\u003d${PATH_DATA}/20200612_094625_lego_phantom_3_1_2 --test_suites\u003d\"test_parameters test_properties test_data\""" /> | ||
<option name="_new_target" value=""test.test_dataset"" /> | ||
<option name="_new_targetType" value=""PYTHON"" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="test_pv_700" type="tests" factoryName="py.test"> | ||
<module name="brukerapi-python" /> | ||
<option name="INTERPRETER_OPTIONS" value="" /> | ||
<option name="PARENT_ENVS" value="true" /> | ||
<envs> | ||
<env name="PATH_DATA" value="$USER_HOME$/data_clean" /> | ||
</envs> | ||
<option name="SDK_HOME" value="/usr/bin/python3.8" /> | ||
<option name="WORKING_DIRECTORY" value="" /> | ||
<option name="IS_MODULE_SDK" value="false" /> | ||
<option name="ADD_CONTENT_ROOTS" value="true" /> | ||
<option name="ADD_SOURCE_ROOTS" value="true" /> | ||
<EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" /> | ||
<option name="_new_keywords" value="""" /> | ||
<option name="_new_parameters" value="""" /> | ||
<option name="_new_additionalArguments" value=""--test_data\u003d${PATH_DATA}/20210128_122257_LEGO_PHANTOM_API_TEST_1_1 --test_suites\u003d\"test_parameters test_data\""" /> | ||
<option name="_new_target" value=""test.test_dataset"" /> | ||
<option name="_new_targetType" value=""PYTHON"" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
include brukerapi/config/schema_2dseq_core.json | ||
include brukerapi/config/schema_2dseq_custom.json | ||
include brukerapi/config/schema_fid_core.json | ||
include brukerapi/config/schema_fid_custom.json | ||
include brukerapi/config/schema_rawdata_core.json | ||
include brukerapi/config/schema_rawdata_custom.json | ||
include brukerapi/config/schema_traj_core.json | ||
include brukerapi/config/schema_traj_custom.json | ||
include brukerapi/config/properties_2dseq_core.json | ||
include brukerapi/config/properties_2dseq_custom.json | ||
include brukerapi/config/properties_fid_core.json | ||
include brukerapi/config/properties_fid_custom.json | ||
include brukerapi/config/properties_rawdata_core.json | ||
include brukerapi/config/properties_rawdata_custom.json | ||
include brukerapi/config/properties_traj_core.json | ||
include brukerapi/config/properties_traj_custom.json |
File renamed without changes.
Oops, something went wrong.