Skip to content

Commit 431b8a5

Browse files
authored
Merge pull request #5 from CHINMAYVIVEK/dev
test issues fixed
2 parents f166e98 + c0bee58 commit 431b8a5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ keywords = [
2020
]
2121
categories = ["science", "astronomy"]
2222

23+
exclude = [
24+
"assets/linux_m13000p17000.441.bsp",
25+
"assets/header.441",
26+
"assets/Initial_data.dat",
27+
"assets/testpo.441",
28+
]
29+
30+
2331
[lib]
2432
name = "rust_jpl"
2533
path = "src/lib.rs"
@@ -43,11 +51,3 @@ path = "examples/time_conversion.rs"
4351
[[example]]
4452
name = "planetary_positions"
4553
path = "examples/planetary_positions.rs"
46-
47-
[package]
48-
exclude = [
49-
"assets/linux_m13000p17000.441.bsp",
50-
"assets/header.441",
51-
"assets/Initial_data.dat"
52-
"assets/testpo.441"
53-
]

src/ephemeris.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ impl Ephemeris {
273273
/// Position in AU (Astronomical Units)
274274
///
275275
/// # Example
276-
/// ```
276+
/// ```ignore
277277
/// use rust_jpl::{Ephemeris, JulianDate};
278278
/// let mut eph = Ephemeris::new("config.toml")?;
279279
/// let jd = JulianDate::from_calendar(2024, 1, 15, 12, 0, 0.0)?;

0 commit comments

Comments
 (0)