mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
- Rename puzzle configuration files for consistency (e.g., InChI2logP_test.json) - Standardize class names to PascalCase (e.g., InChI2MRBootCamp -> InChI2MRbootCamp) - Improve code structure in various bootcamp modules for better readability and maintainability - Update import statements and file references to reflect new naming conventions - Enhance setup.py to include rdkit dependency
33 lines
No EOL
472 B
JSON
33 lines
No EOL
472 B
JSON
[
|
|
{
|
|
"temperature_range": [
|
|
-20,
|
|
40
|
|
],
|
|
"temperature_dewpoint_range": [
|
|
0,
|
|
10
|
|
]
|
|
},
|
|
{
|
|
"temperature_range": [
|
|
-15,
|
|
35
|
|
],
|
|
"temperature_dewpoint_range": [
|
|
0,
|
|
8
|
|
]
|
|
},
|
|
{
|
|
"temperature_range": [
|
|
-10,
|
|
30
|
|
],
|
|
"temperature_dewpoint_range": [
|
|
0,
|
|
5
|
|
]
|
|
}
|
|
]
|
|
|